#6994FB

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

Shades of Cornflower Blue #6994FB

Tints of Cornflower Blue #6994FB

Color information

#6994FB (or 0x6994FB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 94 and FB. RGB value is (105,148,251). Sum of RGB (Red+Green+Blue) = 105+148+251=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #6994FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6994FB is #966B04. Grayscale: #929292. Windows color (decimal): -9857797 or 16487529. OLE color: 16487529.

HSL color Cylindrical-coordinate representation of color #6994FB: hue angle of 222.33º degrees, saturation: 0.95, 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 #6994FB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105148251-
CMYK0.580.4100.02
HSL222.33º94.81%69.8%-
HSV(B)222.33º58.17%98.43%-
XYZ33.8331.1595.5-
YUV146.88186.7598.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.83%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=20.83%
G=29.37%
B=49.80%

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
Decimal1051482510.580.4100.02222.3394.8169.8
Hex6994FB3A2902de5f46
Octal151224373725102336137106
Binary110100110010100111110111110101010010101101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6994FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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