Html Css Color HEX #608FBA Danube

📋 copy color: '#608FBA'

red 96 ◦ green 143 ◦ blue 186

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

Shades of Danube #608FBA

Tints of Danube #608FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

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

R = 22.59%
G = 33.65%
B = 43.76%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#608FBA (or 0x608FBA) is known color: Danube. HEX triplet: 60, 8F and BA. RGB value is (96,143,186). Sum of RGB (Red+Green+Blue) = 96+143+186=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #608FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FBA is #9F7045. Grayscale: #858585. Windows color (decimal): -10448966 or 12226400. OLE color: 12226400.

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

Color convert

RGB 96 143 186 -
CMYK 0.48 0.23 0 0.27
HSL 208.67º 0.39% 0.55% -
HSV(B) 208.67º 0.48% 0.73% -
XYZ 23.51 25.68 50.17 -
YUV 133.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 96 143 186 0.48 0.23 0 0.27 208.67 0.39 0.55
Hex 60 8F BA 30 17 0 1B D1 27 37
Octal 140 217 272 60 27 0 33 321 47 67
Binary 1100000 10001111 10111010 110000 10111 0 11011 11010001 100111 110111

Color Harmonies of #608FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FBA

Black with #608FBA

Text Example


Text Example

White with #608FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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