#608EBA

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

Shades of Danube #608EBA

Tints of Danube #608EBA

Color information

#608EBA (or 0x608EBA) is unknown color: approx Danube. HEX triplet: 60, 8E and BA. RGB value is (96,142,186). Sum of RGB (Red+Green+Blue) = 96+142+186=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #608EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EBA is #9F7145. Grayscale: #858585. Windows color (decimal): -10449222 or 12226144. OLE color: 12226144.

HSL color Cylindrical-coordinate representation of color #608EBA: hue angle of 209.33º 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 #608EBA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96142186-
CMYK0.480.2400.27
HSL209.33º39.47%55.29%-
HSV(B)209.33º48.39%72.94%-
XYZ23.3625.3850.12-
YUV133.26157.76101.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=22.64%
G=33.49%
B=43.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961421860.480.2400.27209.3339.4755.29
Hex608EBA301801Bd12737
Octal14021627260300333214767
Binary110000010001110101110101100001100001101111010001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608EBA; }

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

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

<style>
 a { background-color: #608EBA; }

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

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

<style>
 span { border-color: #608EBA; }

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

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