#6994f0

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

Shades of Cornflower Blue #6994F0

Tints of Cornflower Blue #6994F0

Color information

#6994F0 (or 0x6994F0) is unknown color: approx Cornflower Blue. HEX triplet: 69, 94 and F0. RGB value is (105,148,240). Sum of RGB (Red+Green+Blue) = 105+148+240=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #6994F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994F0 is #966B0F. Grayscale: #919191. Windows color (decimal): -9857808 or 15766633. OLE color: 15766633.

HSL color Cylindrical-coordinate representation of color #6994F0: hue angle of 220.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6994F0 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105148240-
CMYK0.560.3800.06
HSL220.89º81.82%67.65%-
HSV(B)220.89º56.25%94.12%-
XYZ32.1430.4786.63-
YUV145.63181.2599.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=21.30%
G=30.02%
B=48.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051482400.560.3800.06220.8981.8267.65
Hex6994F0382606dd5244
Octal151224360704606335122104
Binary1101001100101001111000011100010011001101101110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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