Html Css Color HEX #6185B9 Danube

📋 copy color: '#6185B9'

red 97 ◦ green 133 ◦ blue 185

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

Shades of Danube #6185B9

Tints of Danube #6185B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

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

R = 23.37%
G = 32.05%
B = 44.58%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6185B9 (or 0x6185B9) is known color: Danube. HEX triplet: 61, 85 and B9. RGB value is (97,133,185). Sum of RGB (Red+Green+Blue) = 97+133+185=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #6185B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185B9 is #9E7A46. Grayscale: #7F7F7F. Windows color (decimal): -10385991 or 12158305. OLE color: 12158305.

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

Color convert

RGB 97 133 185 -
CMYK 0.48 0.28 0 0.27
HSL 215.45º 0.39% 0.55% -
HSV(B) 215.45º 0.48% 0.73% -
XYZ 22.07 22.82 49.14 -
YUV 128.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 97 133 185 0.48 0.28 0 0.27 215.45 0.39 0.55
Hex 61 85 B9 30 1C 0 1B D7 27 37
Octal 141 205 271 60 34 0 33 327 47 67
Binary 1100001 10000101 10111001 110000 11100 0 11011 11010111 100111 110111

Color Harmonies of #6185B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185B9

Black with #6185B9

Text Example


Text Example

White with #6185B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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