Html Css Color HEX #6180B1 Danube

📋 copy color: '#6180B1'

red 97 ◦ green 128 ◦ blue 177

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

Shades of Danube #6180B1

Tints of Danube #6180B1

RGB

 RED value IS 97 (38.28% from 255) = 24.13%

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 177 (69.53% from 255) = 44.03%

R = 24.13%
G = 31.84%
B = 44.03%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6180B1 (or 0x6180B1) is known color: Danube. HEX triplet: 61, 80 and B1. RGB value is (97,128,177). Sum of RGB (Red+Green+Blue) = 97+128+177=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #6180B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6180B1 is #9E7F4E. Grayscale: #7C7C7C. Windows color (decimal): -10387279 or 11632737. OLE color: 11632737.

HSL color Cylindrical-coordinate representation of color #6180B1: hue angle of 216.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6180B1 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 128 177 -
CMYK 0.45 0.28 0 0.31
HSL 216.75º 0.34% 0.54% -
HSV(B) 216.75º 0.45% 0.69% -
XYZ 20.58 21.15 44.59 -
YUV 124.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 97 128 177 0.45 0.28 0 0.31 216.75 0.34 0.54
Hex 61 80 B1 2D 1C 0 1F D9 22 36
Octal 141 200 261 55 34 0 37 331 42 66
Binary 1100001 10000000 10110001 101101 11100 0 11111 11011001 100010 110110

Color Harmonies of #6180B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6180B1

Black with #6180B1

Text Example


Text Example

White with #6180B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6180B1; }

 p { color: rgb(97,128,177); }

 H1.HeaderClassName
 {
   color: #6180B1;
 }
 .AnyTagClassName
 {
   color: #6180B1;
 }
</style>

background-color css

<style>
 a { background-color: #6180B1; }

 a { background-color: rgb(97,128,177); }

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

border-color css

<style>
 span { border-color: #6180B1; }

 span { border-color: rgb(97,128,177); }

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