Html Css Color HEX #608BBA Danube

📋 copy color: '#608BBA'

red 96 ◦ green 139 ◦ blue 186

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

Shades of Danube #608BBA

Tints of Danube #608BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

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

R = 22.8%
G = 33.02%
B = 44.18%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608BBA (or 0x608BBA) is known color: Danube. HEX triplet: 60, 8B and BA. RGB value is (96,139,186). Sum of RGB (Red+Green+Blue) = 96+139+186=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #608BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BBA is #9F7445. Grayscale: #838383. Windows color (decimal): -10449990 or 12225376. OLE color: 12225376.

HSL color Cylindrical-coordinate representation of color #608BBA: hue angle of 211.33º 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 #608BBA is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 139 186 -
CMYK 0.48 0.25 0 0.27
HSL 211.33º 0.39% 0.55% -
HSV(B) 211.33º 0.48% 0.73% -
XYZ 22.92 24.5 49.97 -
YUV 131.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 96 139 186 0.48 0.25 0 0.27 211.33 0.39 0.55
Hex 60 8B BA 30 19 0 1B D3 27 37
Octal 140 213 272 60 31 0 33 323 47 67
Binary 1100000 10001011 10111010 110000 11001 0 11011 11010011 100111 110111

Color Harmonies of #608BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BBA

Black with #608BBA

Text Example


Text Example

White with #608BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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