#6089CA

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

Shades of Danube #6089CA

Tints of Danube #6089CA

Color information

#6089CA (or 0x6089CA) is unknown color: approx Danube. HEX triplet: 60, 89 and CA. RGB value is (96,137,202). Sum of RGB (Red+Green+Blue) = 96+137+202=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #6089CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089CA is #9F7635. Grayscale: #838383. Windows color (decimal): -10450486 or 13273440. OLE color: 13273440.

HSL color Cylindrical-coordinate representation of color #6089CA: hue angle of 216.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6089CA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96137202-
CMYK0.520.3200.21
HSL216.79º50%58.43%-
HSV(B)216.79º52.48%79.22%-
XYZ24.4324.6459.35-
YUV132.15167.42102.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=22.07%
G=31.49%
B=46.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961372020.520.3200.21216.795058.43
Hex6089CA3420015d9323a
Octal14021131264400253316272
Binary1100000100010011100101011010010000001010111011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6089CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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