#6699FF

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

Shades of Cornflower Blue #6699FF

Tints of Cornflower Blue #6699FF

Color information

#6699FF (or 0x6699FF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 99 and FF. RGB value is (102,153,255). Sum of RGB (Red+Green+Blue) = 102+153+255=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #6699FF is a web safe color. Inversed color of #6699FF is #996600. Grayscale: #949494. Windows color (decimal): -10053121 or 16750950. OLE color: 16750950.

HSL color Cylindrical-coordinate representation of color #6699FF: hue angle of 220º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6699FF is Cyan = 0.6, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102153255-
CMYK0.60.400
HSL220º100%70%-
HSV(B)220º60%100%-
XYZ34.9232.8399.1-
YUV149.38187.694.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 255 (100% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021532550.60.40022010070
Hex6699FF3C2800dc6446
Octal146231377745000334144106
Binary11001101001100111111111111100101000001101110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6699FF; }

 p { color: rgb(102,153,255); }

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

<style>
 a { background-color: #6699FF; }

 a { background-color: rgb(102,153,255); }

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

<style>
 span { border-color: #6699FF; }

 span { border-color: rgb(102,153,255); }

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