#6994FA

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

Shades of Cornflower Blue #6994FA

Tints of Cornflower Blue #6994FA

Color information

#6994FA (or 0x6994FA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 94 and FA. RGB value is (105,148,250). Sum of RGB (Red+Green+Blue) = 105+148+250=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #6994FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994FA is #966B05. Grayscale: #929292. Windows color (decimal): -9857798 or 16421993. OLE color: 16421993.

HSL color Cylindrical-coordinate representation of color #6994FA: hue angle of 222.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6994FA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105148250-
CMYK0.580.4100.02
HSL222.21º93.55%69.61%-
HSV(B)222.21º58%98.04%-
XYZ33.6731.0994.67-
YUV146.77186.2598.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=20.87%
G=29.42%
B=49.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051482500.580.4100.02222.2193.5569.61
Hex6994FA3A2902de5e46
Octal151224372725102336136106
Binary110100110010100111110101110101010010101101111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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