#6a7cde

Color #6A7CDE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6A7CDE

Tints of Cornflower Blue #6A7CDE

Color information

#6A7CDE (or 0x6A7CDE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 7C and DE. RGB value is (106,124,222). Sum of RGB (Red+Green+Blue) = 106+124+222=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7CDE is #958321. Grayscale: #818181. Windows color (decimal): -9798434 or 14580842. OLE color: 14580842.

HSL color Cylindrical-coordinate representation of color #6A7CDE: hue angle of 230.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A7CDE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106124222-
CMYK0.520.4400.13
HSL230.69º63.74%64.31%-
HSV(B)230.69º52.25%87.06%-
XYZ26.3422.7572.11-
YUV129.79180.04111.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=23.45%
G=27.43%
B=49.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061242220.520.4400.13230.6963.7464.31
Hex6A7CDE342C0De74040
Octal1521743366454015347100100
Binary1101010111110011011110110100101100011011110011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a7cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a7cde; }

 p { color: rgb(106,124,222); }

 H1.HeaderClassName
 {
   color: #6a7cde;
 }
 .AnyTagClassName
 {
   color: #6a7cde;
 }
</style>
background-color css

<style>
 a { background-color: #6a7cde; }

 a { background-color: rgb(106,124,222); }

 div.DivClassName
 {
   background-color: #6a7cde;
 }
 .BgClassName
 {
   background-color: #6a7cde;
 }
</style>
border-color css

<style>
 span { border-color: #6a7cde; }

 span { border-color: rgb(106,124,222); }

 td.TdClassName
 {
   border-color: #6a7cde;
 }
 .TagClassName
 {
   border-color: #6a7cde;
 }
</style>