#6F95CD

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

Shades of Danube #6F95CD

Tints of Danube #6F95CD

Color information

#6F95CD (or 0x6F95CD) is unknown color: approx Danube. HEX triplet: 6F, 95 and CD. RGB value is (111,149,205). Sum of RGB (Red+Green+Blue) = 111+149+205=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F95CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F95CD is #906A32. Grayscale: #8F8F8F. Windows color (decimal): -9464371 or 13473135. OLE color: 13473135.

HSL color Cylindrical-coordinate representation of color #6F95CD: hue angle of 215.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F95CD is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111149205-
CMYK0.460.2700.20
HSL215.74º48.45%61.96%-
HSV(B)215.74º45.85%80.39%-
XYZ28.3229.2861.92-
YUV144.02162.41104.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=23.87%
G=32.04%
B=44.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111492050.460.2700.20215.7448.4561.96
Hex6F95CD2E1B014d8303e
Octal15722531556330243306076
Binary110111110010101110011011011101101101010011011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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