Html Css Color HEX #608FD6 Danube

📋 copy color: '#608FD6'

red 96 ◦ green 143 ◦ blue 214

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

Shades of Danube #608FD6

Tints of Danube #608FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 21.19%
G = 31.57%
B = 47.24%

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

#608FD6 (or 0x608FD6) is known color: Danube. HEX triplet: 60, 8F and D6. RGB value is (96,143,214). Sum of RGB (Red+Green+Blue) = 96+143+214=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #608FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FD6 is #9F7029. Grayscale: #888888. Windows color (decimal): -10448938 or 14061408. OLE color: 14061408.

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

Color convert

RGB 96 143 214 -
CMYK 0.55 0.33 0 0.16
HSL 216.1º 0.59% 0.61% -
HSV(B) 216.1º 0.55% 0.84% -
XYZ 26.78 26.99 67.42 -
YUV 137.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 96 143 214 0.55 0.33 0 0.16 216.1 0.59 0.61
Hex 60 8F D6 37 21 0 10 D8 3B 3D
Octal 140 217 326 67 41 0 20 330 73 75
Binary 1100000 10001111 11010110 110111 100001 0 10000 11011000 111011 111101

Color Harmonies of #608FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FD6

Black with #608FD6

Text Example


Text Example

White with #608FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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