#6F97C6

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

Shades of Danube #6F97C6

Tints of Danube #6F97C6

Color information

#6F97C6 (or 0x6F97C6) is unknown color: approx Danube. HEX triplet: 6F, 97 and C6. RGB value is (111,151,198). Sum of RGB (Red+Green+Blue) = 111+151+198=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F97C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F97C6 is #906839. Grayscale: #909090. Windows color (decimal): -9463866 or 13014895. OLE color: 13014895.

HSL color Cylindrical-coordinate representation of color #6F97C6: hue angle of 212.41º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F97C6 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB111151198-
CMYK0.440.2400.22
HSL212.41º43.28%60.59%-
HSV(B)212.41º43.94%77.65%-
XYZ27.8229.5957.67-
YUV144.4158.25104.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.13%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=24.13%
G=32.83%
B=43.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111511980.440.2400.22212.4143.2860.59
Hex6F97C62C18016d42b3d
Octal15722730654300263245375
Binary110111110010111110001101011001100001011011010100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,151,198); }

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

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

 a { background-color: rgb(111,151,198); }

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

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

 span { border-color: rgb(111,151,198); }

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