Html Css Color HEX #608DBA Danube

📋 copy color: '#608DBA'

red 96 ◦ green 141 ◦ blue 186

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

Shades of Danube #608DBA

Tints of Danube #608DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 22.7%
G = 33.33%
B = 43.97%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608DBA (or 0x608DBA) is known color: Danube. HEX triplet: 60, 8D and BA. RGB value is (96,141,186). Sum of RGB (Red+Green+Blue) = 96+141+186=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #608DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DBA is #9F7245. Grayscale: #848484. Windows color (decimal): -10449478 or 12225888. OLE color: 12225888.

HSL color Cylindrical-coordinate representation of color #608DBA: hue angle of 210º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608DBA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 141 186 -
CMYK 0.48 0.24 0 0.27
HSL 210º 0.39% 0.55% -
HSV(B) 210º 0.48% 0.73% -
XYZ 23.21 25.08 50.07 -
YUV 132.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 96 141 186 0.48 0.24 0 0.27 210 0.39 0.55
Hex 60 8D BA 30 18 0 1B D2 27 37
Octal 140 215 272 60 30 0 33 322 47 67
Binary 1100000 10001101 10111010 110000 11000 0 11011 11010010 100111 110111

Color Harmonies of #608DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DBA

Black with #608DBA

Text Example


Text Example

White with #608DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,186); }

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

background-color css

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

 a { background-color: rgb(96,141,186); }

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

border-color css

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

 span { border-color: rgb(96,141,186); }

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