#608BC6

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

Shades of Danube #608BC6

Tints of Danube #608BC6

Color information

#608BC6 (or 0x608BC6) is unknown color: approx Danube. HEX triplet: 60, 8B and C6. RGB value is (96,139,198). Sum of RGB (Red+Green+Blue) = 96+139+198=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #608BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BC6 is #9F7439. Grayscale: #848484. Windows color (decimal): -10449978 or 13011808. OLE color: 13011808.

HSL color Cylindrical-coordinate representation of color #608BC6: hue angle of 214.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608BC6 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96139198-
CMYK0.520.3000.22
HSL214.71º47.22%57.65%-
HSV(B)214.71º51.52%77.65%-
XYZ24.2525.0356.98-
YUV132.87164.75101.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=22.17%
G=32.10%
B=45.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961391980.520.3000.22214.7147.2257.65
Hex608BC6341E016d72f3a
Octal14021330664360263275772
Binary110000010001011110001101101001111001011011010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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