Html Css Color HEX #608BC0 Danube

📋 copy color: '#608BC0'

red 96 ◦ green 139 ◦ blue 192

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

Shades of Danube #608BC0

Tints of Danube #608BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 22.48%
G = 32.55%
B = 44.96%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#608BC0 (or 0x608BC0) is known color: Danube. HEX triplet: 60, 8B and C0. RGB value is (96,139,192). Sum of RGB (Red+Green+Blue) = 96+139+192=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #608BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BC0 is #9F743F. Grayscale: #838383. Windows color (decimal): -10449984 or 12618592. OLE color: 12618592.

HSL color Cylindrical-coordinate representation of color #608BC0: hue angle of 213.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608BC0 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 139 192 -
CMYK 0.50 0.28 0 0.25
HSL 213.13º 0.43% 0.56% -
HSV(B) 213.13º 0.5% 0.75% -
XYZ 23.57 24.76 53.41 -
YUV 132.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 96 139 192 0.50 0.28 0 0.25 213.13 0.43 0.56
Hex 60 8B C0 32 1C 0 19 D5 2B 38
Octal 140 213 300 62 34 0 31 325 53 70
Binary 1100000 10001011 11000000 110010 11100 0 11001 11010101 101011 111000

Color Harmonies of #608BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BC0

Black with #608BC0

Text Example


Text Example

White with #608BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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