Html Css Color HEX #608DCC Danube

📋 copy color: '#608DCC'

red 96 ◦ green 141 ◦ blue 204

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

Shades of Danube #608DCC

Tints of Danube #608DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 21.77%
G = 31.97%
B = 46.26%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#608DCC (or 0x608DCC) is known color: Danube. HEX triplet: 60, 8D and CC. RGB value is (96,141,204). Sum of RGB (Red+Green+Blue) = 96+141+204=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #608DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DCC is #9F7233. Grayscale: #868686. Windows color (decimal): -10449460 or 13405536. OLE color: 13405536.

HSL color Cylindrical-coordinate representation of color #608DCC: hue angle of 215º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608DCC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 141 204 -
CMYK 0.53 0.31 0 0.2
HSL 215º 0.51% 0.59% -
HSV(B) 215º 0.53% 0.8% -
XYZ 25.25 25.9 60.79 -
YUV 134.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 96 141 204 0.53 0.31 0 0.2 215 0.51 0.59
Hex 60 8D CC 35 1F 0 14 D7 33 3B
Octal 140 215 314 65 37 0 24 327 63 73
Binary 1100000 10001101 11001100 110101 11111 0 10100 11010111 110011 111011

Color Harmonies of #608DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DCC

Black with #608DCC

Text Example


Text Example

White with #608DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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