Html Css Color HEX #608FD5 Danube

📋 copy color: '#608FD5'

red 96 ◦ green 143 ◦ blue 213

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

Shades of Danube #608FD5

Tints of Danube #608FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

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

R = 21.24%
G = 31.64%
B = 47.12%

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

#608FD5 (or 0x608FD5) is known color: Danube. HEX triplet: 60, 8F and D5. RGB value is (96,143,213). Sum of RGB (Red+Green+Blue) = 96+143+213=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #608FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FD5 is #9F702A. Grayscale: #888888. Windows color (decimal): -10448939 or 13995872. OLE color: 13995872.

HSL color Cylindrical-coordinate representation of color #608FD5: hue angle of 215.9º 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 #608FD5 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 143 213 -
CMYK 0.55 0.33 0 0.16
HSL 215.9º 0.58% 0.61% -
HSV(B) 215.9º 0.55% 0.84% -
XYZ 26.66 26.94 66.74 -
YUV 136.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 96 143 213 0.55 0.33 0 0.16 215.9 0.58 0.61
Hex 60 8F D5 37 21 0 10 D8 3A 3D
Octal 140 217 325 67 41 0 20 330 72 75
Binary 1100000 10001111 11010101 110111 100001 0 10000 11011000 111010 111101

Color Harmonies of #608FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FD5

Black with #608FD5

Text Example


Text Example

White with #608FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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