#6994FF

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

Shades of Cornflower Blue #6994FF

Tints of Cornflower Blue #6994FF

Color information

#6994FF (or 0x6994FF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 94 and FF. RGB value is (105,148,255). Sum of RGB (Red+Green+Blue) = 105+148+255=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #6994FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994FF is #966B00. Grayscale: #929292. Windows color (decimal): -9857793 or 16749673. OLE color: 16749673.

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

Color convert

RGB105148255-
CMYK0.590.4200
HSL222.8º100%70.59%-
HSV(B)222.8º58.82%100%-
XYZ34.4731.498.85-
YUV147.34188.7597.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 255 (100% from 255) = 50.20%
R=20.67%
G=29.13%
B=50.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051482550.590.4200222.810070.59
Hex6994FF3B2A00df6447
Octal151224377735200337144107
Binary11010011001010011111111111011101010001101111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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