Html Css Color HEX #608ED5 Danube

📋 copy color: '#608ED5'

red 96 ◦ green 142 ◦ blue 213

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

Shades of Danube #608ED5

Tints of Danube #608ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 21.29%
G = 31.49%
B = 47.23%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#608ED5 (or 0x608ED5) is known color: Danube. HEX triplet: 60, 8E and D5. RGB value is (96,142,213). Sum of RGB (Red+Green+Blue) = 96+142+213=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #608ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ED5 is #9F712A. Grayscale: #888888. Windows color (decimal): -10449195 or 13995616. OLE color: 13995616.

HSL color Cylindrical-coordinate representation of color #608ED5: hue angle of 216.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608ED5 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 142 213 -
CMYK 0.55 0.33 0 0.16
HSL 216.41º 0.58% 0.61% -
HSV(B) 216.41º 0.55% 0.84% -
XYZ 26.51 26.64 66.7 -
YUV 136.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 96 142 213 0.55 0.33 0 0.16 216.41 0.58 0.61
Hex 60 8E D5 37 21 0 10 D8 3A 3D
Octal 140 216 325 67 41 0 20 330 72 75
Binary 1100000 10001110 11010101 110111 100001 0 10000 11011000 111010 111101

Color Harmonies of #608ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ED5

Black with #608ED5

Text Example


Text Example

White with #608ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,142,213); }

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

background-color css

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

 a { background-color: rgb(96,142,213); }

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

border-color css

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

 span { border-color: rgb(96,142,213); }

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