Html Css Color HEX #6182B9 Danube

📋 copy color: '#6182B9'

red 97 ◦ green 130 ◦ blue 185

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

Shades of Danube #6182B9

Tints of Danube #6182B9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 23.54%
G = 31.55%
B = 44.9%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6182B9 (or 0x6182B9) is known color: Danube. HEX triplet: 61, 82 and B9. RGB value is (97,130,185). Sum of RGB (Red+Green+Blue) = 97+130+185=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #6182B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182B9 is #9E7D46. Grayscale: #7E7E7E. Windows color (decimal): -10386759 or 12157537. OLE color: 12157537.

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

Color convert

RGB 97 130 185 -
CMYK 0.48 0.30 0 0.27
HSL 217.5º 0.39% 0.55% -
HSV(B) 217.5º 0.48% 0.73% -
XYZ 21.67 22.01 49.01 -
YUV 126.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 97 130 185 0.48 0.30 0 0.27 217.5 0.39 0.55
Hex 61 82 B9 30 1E 0 1B DA 27 37
Octal 141 202 271 60 36 0 33 332 47 67
Binary 1100001 10000010 10111001 110000 11110 0 11011 11011010 100111 110111

Color Harmonies of #6182B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6182B9

Black with #6182B9

Text Example


Text Example

White with #6182B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6182B9; }

 p { color: rgb(97,130,185); }

 H1.HeaderClassName
 {
   color: #6182B9;
 }
 .AnyTagClassName
 {
   color: #6182B9;
 }
</style>

background-color css

<style>
 a { background-color: #6182B9; }

 a { background-color: rgb(97,130,185); }

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

border-color css

<style>
 span { border-color: #6182B9; }

 span { border-color: rgb(97,130,185); }

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