#6F95DC

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

Shades of Cornflower Blue #6F95DC

Tints of Cornflower Blue #6F95DC

Color information

#6F95DC (or 0x6F95DC) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 95 and DC. RGB value is (111,149,220). Sum of RGB (Red+Green+Blue) = 111+149+220=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F95DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F95DC is #906A23. Grayscale: #919191. Windows color (decimal): -9464356 or 14456175. OLE color: 14456175.

HSL color Cylindrical-coordinate representation of color #6F95DC: hue angle of 219.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F95DC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111149220-
CMYK0.500.3200.14
HSL219.08º60.89%64.9%-
HSV(B)219.08º49.55%86.27%-
XYZ30.2230.0471.92-
YUV145.73169.91103.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.12%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=23.12%
G=31.04%
B=45.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111492200.500.3200.14219.0860.8964.9
Hex6F95DC32200Edb3d41
Octal157225334624001633375101
Binary1101111100101011101110011001010000001110110110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F95DC; }

 p { color: rgb(111,149,220); }

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

<style>
 a { background-color: #6F95DC; }

 a { background-color: rgb(111,149,220); }

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

<style>
 span { border-color: #6F95DC; }

 span { border-color: rgb(111,149,220); }

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