#6F94CC

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

Shades of Danube #6F94CC

Tints of Danube #6F94CC

Color information

#6F94CC (or 0x6F94CC) is unknown color: approx Danube. HEX triplet: 6F, 94 and CC. RGB value is (111,148,204). Sum of RGB (Red+Green+Blue) = 111+148+204=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F94CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94CC is #906B33. Grayscale: #8F8F8F. Windows color (decimal): -9464628 or 13407343. OLE color: 13407343.

HSL color Cylindrical-coordinate representation of color #6F94CC: hue angle of 216.13º 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 #6F94CC is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB111148204-
CMYK0.460.2700.2
HSL216.13º47.69%61.76%-
HSV(B)216.13º45.59%80%-
XYZ28.0428.9261.23-
YUV143.32162.24104.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.97%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=23.97%
G=31.97%
B=44.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1111482040.460.2700.2216.1347.6961.76
Hex6F94CC2E1B014d8303e
Octal15722431456330243306076
Binary110111110010100110011001011101101101010011011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,204); }

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

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

 a { background-color: rgb(111,148,204); }

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

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

 span { border-color: rgb(111,148,204); }

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