#6995DA

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

Shades of Cornflower Blue #6995DA

Tints of Cornflower Blue #6995DA

Color information

#6995DA (or 0x6995DA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 95 and DA. RGB value is (105,149,218). Sum of RGB (Red+Green+Blue) = 105+149+218=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #6995DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995DA is #966A25. Grayscale: #8F8F8F. Windows color (decimal): -9857574 or 14325097. OLE color: 14325097.

HSL color Cylindrical-coordinate representation of color #6995DA: hue angle of 216.64º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6995DA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105149218-
CMYK0.520.3200.15
HSL216.64º60.43%63.33%-
HSV(B)216.64º51.83%85.49%-
XYZ29.2329.5670.49-
YUV143.71169.92100.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=22.25%
G=31.57%
B=46.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051492180.520.3200.15216.6460.4363.33
Hex6995DA34200Fd93c3f
Octal15122533264400173317477
Binary110100110010101110110101101001000000111111011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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