Html Css Color HEX #608DBC Danube

📋 copy color: '#608DBC'

red 96 ◦ green 141 ◦ blue 188

#608DBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #608DBC

Tints of Danube #608DBC

RGB

 RED value IS 96 (37.89% from 255) = 22.59%

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 22.59%
G = 33.18%
B = 44.24%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#608DBC (or 0x608DBC) is known color: Danube. HEX triplet: 60, 8D and BC. RGB value is (96,141,188). Sum of RGB (Red+Green+Blue) = 96+141+188=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #608DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DBC is #9F7243. Grayscale: #848484. Windows color (decimal): -10449476 or 12356960. OLE color: 12356960.

HSL color Cylindrical-coordinate representation of color #608DBC: hue angle of 210.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608DBC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 141 188 -
CMYK 0.49 0.25 0 0.26
HSL 210.65º 0.41% 0.56% -
HSV(B) 210.65º 0.49% 0.74% -
XYZ 23.43 25.17 51.2 -
YUV 132.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 96 141 188 0.49 0.25 0 0.26 210.65 0.41 0.56
Hex 60 8D BC 31 19 0 1A D3 29 38
Octal 140 215 274 61 31 0 32 323 51 70
Binary 1100000 10001101 10111100 110001 11001 0 11010 11010011 101001 111000

Color Harmonies of #608DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DBC

Black with #608DBC

Text Example


Text Example

White with #608DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,188); }

 H1.HeaderClassName
 {
   color: #608DBC;
 }
 .AnyTagClassName
 {
   color: #608DBC;
 }
</style>

background-color css

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

 a { background-color: rgb(96,141,188); }

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

border-color css

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

 span { border-color: rgb(96,141,188); }

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