#6694FF

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

Shades of Cornflower Blue #6694FF

Tints of Cornflower Blue #6694FF

Color information

#6694FF (or 0x6694FF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 94 and FF. RGB value is (102,148,255). Sum of RGB (Red+Green+Blue) = 102+148+255=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #6694FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6694FF is #996B00. Grayscale: #919191. Windows color (decimal): -10054401 or 16749670. OLE color: 16749670.

HSL color Cylindrical-coordinate representation of color #6694FF: hue angle of 221.96º 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 #6694FF is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102148255-
CMYK0.60.4200
HSL221.96º100%70%-
HSV(B)221.96º60%100%-
XYZ34.1231.2298.84-
YUV146.44189.2696.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.20%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 255 (100% from 255) = 50.50%
R=20.20%
G=29.31%
B=50.50%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021482550.60.4200221.9610070
Hex6694FF3C2A00de6446
Octal146224377745200336144106
Binary11001101001010011111111111100101010001101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6694FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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