Html Css Color HEX #608ACE Danube

📋 copy color: '#608ACE'

red 96 ◦ green 138 ◦ blue 206

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

Shades of Danube #608ACE

Tints of Danube #608ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 21.82%
G = 31.36%
B = 46.82%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#608ACE (or 0x608ACE) is known color: Danube. HEX triplet: 60, 8A and CE. RGB value is (96,138,206). Sum of RGB (Red+Green+Blue) = 96+138+206=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #608ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ACE is #9F7531. Grayscale: #848484. Windows color (decimal): -10450226 or 13535840. OLE color: 13535840.

HSL color Cylindrical-coordinate representation of color #608ACE: hue angle of 217.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608ACE is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 138 206 -
CMYK 0.53 0.33 0 0.19
HSL 217.09º 0.53% 0.59% -
HSV(B) 217.09º 0.53% 0.81% -
XYZ 25.05 25.12 61.92 -
YUV 133.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 96 138 206 0.53 0.33 0 0.19 217.09 0.53 0.59
Hex 60 8A CE 35 21 0 13 D9 35 3B
Octal 140 212 316 65 41 0 23 331 65 73
Binary 1100000 10001010 11001110 110101 100001 0 10011 11011001 110101 111011

Color Harmonies of #608ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ACE

Black with #608ACE

Text Example


Text Example

White with #608ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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