#6996DF

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

Shades of Cornflower Blue #6996DF

Tints of Cornflower Blue #6996DF

Color information

#6996DF (or 0x6996DF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 96 and DF. RGB value is (105,150,223). Sum of RGB (Red+Green+Blue) = 105+150+223=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #6996DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996DF is #966920. Grayscale: #909090. Windows color (decimal): -9857313 or 14653033. OLE color: 14653033.

HSL color Cylindrical-coordinate representation of color #6996DF: hue angle of 217.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6996DF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105150223-
CMYK0.530.3300.13
HSL217.12º64.84%64.31%-
HSV(B)217.12º52.91%87.45%-
XYZ30.0530.1474.05-
YUV144.87172.0999.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 223 (87.5% from 255) = 46.65%
R=21.97%
G=31.38%
B=46.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051502230.530.3300.13217.1264.8464.31
Hex6996DF35210Dd94140
Octal1512263376541015331101100
Binary11010011001011011011111110101100001011011101100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6996DF; }

 p { color: rgb(105,150,223); }

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

<style>
 a { background-color: #6996DF; }

 a { background-color: rgb(105,150,223); }

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

<style>
 span { border-color: #6996DF; }

 span { border-color: rgb(105,150,223); }

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