#608FBA

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

Shades of Danube #608FBA

Tints of Danube #608FBA

Color information

#608FBA (or 0x608FBA) is unknown color: approx Danube. HEX triplet: 60, 8F and BA. RGB value is (96,143,186). Sum of RGB (Red+Green+Blue) = 96+143+186=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #608FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FBA is #9F7045. Grayscale: #858585. Windows color (decimal): -10448966 or 12226400. OLE color: 12226400.

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

Color convert

RGB96143186-
CMYK0.480.2300.27
HSL208.67º39.47%55.29%-
HSV(B)208.67º48.39%72.94%-
XYZ23.5125.6850.17-
YUV133.85157.43101-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.59%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=22.59%
G=33.65%
B=43.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961431860.480.2300.27208.6739.4755.29
Hex608FBA301701Bd12737
Octal14021727260270333214767
Binary110000010001111101110101100001011101101111010001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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