#6089BB

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

Shades of Danube #6089BB

Tints of Danube #6089BB

Color information

#6089BB (or 0x6089BB) is unknown color: approx Danube. HEX triplet: 60, 89 and BB. RGB value is (96,137,187). Sum of RGB (Red+Green+Blue) = 96+137+187=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #6089BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089BB is #9F7644. Grayscale: #828282. Windows color (decimal): -10450501 or 12290400. OLE color: 12290400.

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

Color convert

RGB96137187-
CMYK0.490.2700.27
HSL212.97º40.09%55.49%-
HSV(B)212.97º48.66%73.33%-
XYZ22.7423.9750.44-
YUV130.44159.92103.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=22.86%
G=32.62%
B=44.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961371870.490.2700.27212.9740.0955.49
Hex6089BB311B01Bd52837
Octal14021127361330333255067
Binary110000010001001101110111100011101101101111010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6089BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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