Html Css Color HEX #608ACD Danube

📋 copy color: '#608ACD'

red 96 ◦ green 138 ◦ blue 205

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

Shades of Danube #608ACD

Tints of Danube #608ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 21.87%
G = 31.44%
B = 46.7%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#608ACD (or 0x608ACD) is known color: Danube. HEX triplet: 60, 8A and CD. RGB value is (96,138,205). Sum of RGB (Red+Green+Blue) = 96+138+205=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #608ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ACD is #9F7532. Grayscale: #848484. Windows color (decimal): -10450227 or 13470304. OLE color: 13470304.

HSL color Cylindrical-coordinate representation of color #608ACD: hue angle of 216.88º degrees, saturation: 0.52, 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 #608ACD is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 138 205 -
CMYK 0.53 0.33 0 0.20
HSL 216.88º 0.52% 0.59% -
HSV(B) 216.88º 0.53% 0.8% -
XYZ 24.93 25.07 61.28 -
YUV 133.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 96 138 205 0.53 0.33 0 0.20 216.88 0.52 0.59
Hex 60 8A CD 35 21 0 14 D9 34 3B
Octal 140 212 315 65 41 0 24 331 64 73
Binary 1100000 10001010 11001101 110101 100001 0 10100 11011001 110100 111011

Color Harmonies of #608ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ACD

Black with #608ACD

Text Example


Text Example

White with #608ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,138,205); }

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

background-color css

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

 a { background-color: rgb(96,138,205); }

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

border-color css

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

 span { border-color: rgb(96,138,205); }

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