#6995DF

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

Shades of Cornflower Blue #6995DF

Tints of Cornflower Blue #6995DF

Color information

#6995DF (or 0x6995DF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 95 and DF. RGB value is (105,149,223). Sum of RGB (Red+Green+Blue) = 105+149+223=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #6995DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995DF is #966A20. Grayscale: #8F8F8F. Windows color (decimal): -9857569 or 14652777. OLE color: 14652777.

HSL color Cylindrical-coordinate representation of color #6995DF: hue angle of 217.63º 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 #6995DF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105149223-
CMYK0.530.3300.13
HSL217.63º64.84%64.31%-
HSV(B)217.63º52.91%87.45%-
XYZ29.8929.8373.99-
YUV144.28172.4299.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=22.01%
G=31.24%
B=46.75%

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
Decimal1051492230.530.3300.13217.6364.8464.31
Hex6995DF35210Dda4140
Octal1512253376541015332101100
Binary11010011001010111011111110101100001011011101101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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