#6991FE

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

Shades of Cornflower Blue #6991FE

Tints of Cornflower Blue #6991FE

Color information

#6991FE (or 0x6991FE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 91 and FE. RGB value is (105,145,254). Sum of RGB (Red+Green+Blue) = 105+145+254=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #6991FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6991FE is #966E01. Grayscale: #909090. Windows color (decimal): -9858562 or 16683369. OLE color: 16683369.

HSL color Cylindrical-coordinate representation of color #6991FE: hue angle of 223.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6991FE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105145254-
CMYK0.590.4300.00
HSL223.89º98.68%70.39%-
HSV(B)223.89º58.66%99.61%-
XYZ33.8430.4197.85-
YUV145.47189.2599.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.83%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=20.83%
G=28.77%
B=50.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051452540.590.4300.00223.8998.6870.39
Hex6991FE3B2B00e06346
Octal151221376735300340143106
Binary11010011001000111111110111011101011001110000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6991FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6991FE; }

 p { color: rgb(105,145,254); }

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

<style>
 a { background-color: #6991FE; }

 a { background-color: rgb(105,145,254); }

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

<style>
 span { border-color: #6991FE; }

 span { border-color: rgb(105,145,254); }

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