#6C90B6

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

Shades of Danube #6C90B6

Tints of Danube #6C90B6

Color information

#6C90B6 (or 0x6C90B6) is unknown color: approx Danube. HEX triplet: 6C, 90 and B6. RGB value is (108,144,182). Sum of RGB (Red+Green+Blue) = 108+144+182=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #6C90B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C90B6 is #936F49. Grayscale: #898989. Windows color (decimal): -9662282 or 11964524. OLE color: 11964524.

HSL color Cylindrical-coordinate representation of color #6C90B6: hue angle of 210.81º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C90B6 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB108144182-
CMYK0.410.2100.29
HSL210.81º33.64%56.86%-
HSV(B)210.81º40.66%71.37%-
XYZ24.626.5148.08-
YUV137.57153.07106.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.88%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=24.88%
G=33.18%
B=41.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081441820.410.2100.29210.8133.6456.86
Hex6C90B6291501Dd32239
Octal15422026651250353234271
Binary110110010010000101101101010011010101110111010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C90B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,144,182); }

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

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

 a { background-color: rgb(108,144,182); }

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

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

 span { border-color: rgb(108,144,182); }

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