#6089BA

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

Shades of Danube #6089BA

Tints of Danube #6089BA

Color information

#6089BA (or 0x6089BA) is unknown color: approx Danube. HEX triplet: 60, 89 and BA. RGB value is (96,137,186). Sum of RGB (Red+Green+Blue) = 96+137+186=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6089BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089BA is #9F7645. Grayscale: #828282. Windows color (decimal): -10450502 or 12224864. OLE color: 12224864.

HSL color Cylindrical-coordinate representation of color #6089BA: hue angle of 212.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6089BA is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96137186-
CMYK0.480.2600.27
HSL212.67º39.47%55.29%-
HSV(B)212.67º48.39%72.94%-
XYZ22.6323.9249.88-
YUV130.33159.42103.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=22.91%
G=32.70%
B=44.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961371860.480.2600.27212.6739.4755.29
Hex6089BA301A01Bd52737
Octal14021127260320333254767
Binary110000010001001101110101100001101001101111010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6089BA; }

 p { color: rgb(96,137,186); }

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

<style>
 a { background-color: #6089BA; }

 a { background-color: rgb(96,137,186); }

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

<style>
 span { border-color: #6089BA; }

 span { border-color: rgb(96,137,186); }

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