#6699F4

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

Shades of Cornflower Blue #6699F4

Tints of Cornflower Blue #6699F4

Color information

#6699F4 (or 0x6699F4) is unknown color: approx Cornflower Blue. HEX triplet: 66, 99 and F4. RGB value is (102,153,244). Sum of RGB (Red+Green+Blue) = 102+153+244=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #6699F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6699F4 is #99660B. Grayscale: #939393. Windows color (decimal): -10053132 or 16030054. OLE color: 16030054.

HSL color Cylindrical-coordinate representation of color #6699F4: hue angle of 218.45º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6699F4 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102153244-
CMYK0.580.3700.04
HSL218.45º86.59%67.84%-
HSV(B)218.45º58.2%95.69%-
XYZ33.232.1490.04-
YUV148.12182.195.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 244 (95.70% from 255) = 48.90%
R=20.44%
G=30.66%
B=48.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021532440.580.3700.04218.4586.5967.84
Hex6699F43A2504da5744
Octal146231364724504332127104
Binary1100110100110011111010011101010010101001101101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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