Html Css Color HEX #608ACC Danube

📋 copy color: '#608ACC'

red 96 ◦ green 138 ◦ blue 204

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

Shades of Danube #608ACC

Tints of Danube #608ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 21.92%
G = 31.51%
B = 46.58%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#608ACC (or 0x608ACC) is known color: Danube. HEX triplet: 60, 8A and CC. RGB value is (96,138,204). Sum of RGB (Red+Green+Blue) = 96+138+204=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #608ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ACC is #9F7533. Grayscale: #848484. Windows color (decimal): -10450228 or 13404768. OLE color: 13404768.

HSL color Cylindrical-coordinate representation of color #608ACC: hue angle of 216.67º degrees, saturation: 0.51, 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 #608ACC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 138 204 -
CMYK 0.53 0.32 0 0.2
HSL 216.67º 0.51% 0.59% -
HSV(B) 216.67º 0.53% 0.8% -
XYZ 24.81 25.02 60.65 -
YUV 132.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 96 138 204 0.53 0.32 0 0.2 216.67 0.51 0.59
Hex 60 8A CC 35 20 0 14 D9 33 3B
Octal 140 212 314 65 40 0 24 331 63 73
Binary 1100000 10001010 11001100 110101 100000 0 10100 11011001 110011 111011

Color Harmonies of #608ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ACC

Black with #608ACC

Text Example


Text Example

White with #608ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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