Html Css Color HEX #608ACB Danube

📋 copy color: '#608ACB'

red 96 ◦ green 138 ◦ blue 203

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

Shades of Danube #608ACB

Tints of Danube #608ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 21.97%
G = 31.58%
B = 46.45%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#608ACB (or 0x608ACB) is known color: Danube. HEX triplet: 60, 8A and CB. RGB value is (96,138,203). Sum of RGB (Red+Green+Blue) = 96+138+203=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #608ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ACB is #9F7534. Grayscale: #848484. Windows color (decimal): -10450229 or 13339232. OLE color: 13339232.

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

Color convert

RGB 96 138 203 -
CMYK 0.53 0.32 0 0.20
HSL 216.45º 0.51% 0.59% -
HSV(B) 216.45º 0.53% 0.8% -
XYZ 24.69 24.98 60.02 -
YUV 132.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 96 138 203 0.53 0.32 0 0.20 216.45 0.51 0.59
Hex 60 8A CB 35 20 0 14 D8 33 3B
Octal 140 212 313 65 40 0 24 330 63 73
Binary 1100000 10001010 11001011 110101 100000 0 10100 11011000 110011 111011

Color Harmonies of #608ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ACB

Black with #608ACB

Text Example


Text Example

White with #608ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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