#6995DE

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

Shades of Cornflower Blue #6995DE

Tints of Cornflower Blue #6995DE

Color information

#6995DE (or 0x6995DE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 95 and DE. RGB value is (105,149,222). Sum of RGB (Red+Green+Blue) = 105+149+222=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #6995DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995DE is #966A21. Grayscale: #8F8F8F. Windows color (decimal): -9857570 or 14587241. OLE color: 14587241.

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

Color convert

RGB105149222-
CMYK0.530.3300.13
HSL217.44º63.93%64.12%-
HSV(B)217.44º52.7%87.06%-
XYZ29.7629.7773.29-
YUV144.17171.92100.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=22.06%
G=31.30%
B=46.64%

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
Decimal1051492220.530.3300.13217.4463.9364.12
Hex6995DE35210Dd94040
Octal1512253366541015331100100
Binary11010011001010111011110110101100001011011101100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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