#6695e8

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

Shades of Cornflower Blue #6695E8

Tints of Cornflower Blue #6695E8

Color information

#6695E8 (or 0x6695E8) is unknown color: approx Cornflower Blue. HEX triplet: 66, 95 and E8. RGB value is (102,149,232). Sum of RGB (Red+Green+Blue) = 102+149+232=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #6695E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6695E8 is #996A17. Grayscale: #909090. Windows color (decimal): -10054168 or 15242598. OLE color: 15242598.

HSL color Cylindrical-coordinate representation of color #6695E8: hue angle of 218.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6695E8 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102149232-
CMYK0.560.3600.09
HSL218.31º73.86%65.49%-
HSV(B)218.31º56.03%90.98%-
XYZ30.7930.1580.54-
YUV144.41177.4397.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.12%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 232 (91.02% from 255) = 48.03%
R=21.12%
G=30.85%
B=48.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1021492320.560.3600.09218.3173.8665.49
Hex6695E8382409da4a41
Octal1462253507044011332112101
Binary11001101001010111101000111000100100010011101101010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6695e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6695e8; }

 p { color: rgb(102,149,232); }

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

<style>
 a { background-color: #6695e8; }

 a { background-color: rgb(102,149,232); }

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

<style>
 span { border-color: #6695e8; }

 span { border-color: rgb(102,149,232); }

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