#608BBA

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

Shades of Danube #608BBA

Tints of Danube #608BBA

Color information

#608BBA (or 0x608BBA) is unknown color: approx Danube. HEX triplet: 60, 8B and BA. RGB value is (96,139,186). Sum of RGB (Red+Green+Blue) = 96+139+186=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #608BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BBA is #9F7445. Grayscale: #838383. Windows color (decimal): -10449990 or 12225376. OLE color: 12225376.

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

Color convert

RGB96139186-
CMYK0.480.2500.27
HSL211.33º39.47%55.29%-
HSV(B)211.33º48.39%72.94%-
XYZ22.9224.549.97-
YUV131.5158.75102.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.80%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=22.80%
G=33.02%
B=44.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961391860.480.2500.27211.3339.4755.29
Hex608BBA301901Bd32737
Octal14021327260310333234767
Binary110000010001011101110101100001100101101111010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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