Html Css Color HEX #608AB7 Danube

📋 copy color: '#608AB7'

red 96 ◦ green 138 ◦ blue 183

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

Shades of Danube #608AB7

Tints of Danube #608AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.88%

R = 23.02%
G = 33.09%
B = 43.88%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#608AB7 (or 0x608AB7) is known color: Danube. HEX triplet: 60, 8A and B7. RGB value is (96,138,183). Sum of RGB (Red+Green+Blue) = 96+138+183=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #608AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608AB7 is #9F7548. Grayscale: #828282. Windows color (decimal): -10450249 or 12028512. OLE color: 12028512.

HSL color Cylindrical-coordinate representation of color #608AB7: hue angle of 211.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608AB7 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 138 183 -
CMYK 0.48 0.25 0 0.28
HSL 211.03º 0.38% 0.55% -
HSV(B) 211.03º 0.48% 0.72% -
XYZ 22.46 24.08 48.26 -
YUV 130.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 96 138 183 0.48 0.25 0 0.28 211.03 0.38 0.55
Hex 60 8A B7 30 19 0 1C D3 26 37
Octal 140 212 267 60 31 0 34 323 46 67
Binary 1100000 10001010 10110111 110000 11001 0 11100 11010011 100110 110111

Color Harmonies of #608AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AB7

Black with #608AB7

Text Example


Text Example

White with #608AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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