Html Css Color HEX #6186C1 Danube

📋 copy color: '#6186C1'

red 97 ◦ green 134 ◦ blue 193

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

Shades of Danube #6186C1

Tints of Danube #6186C1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 193 (75.78% from 255) = 45.52%

R = 22.88%
G = 31.6%
B = 45.52%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6186C1 (or 0x6186C1) is known color: Danube. HEX triplet: 61, 86 and C1. RGB value is (97,134,193). Sum of RGB (Red+Green+Blue) = 97+134+193=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #6186C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186C1 is #9E793E. Grayscale: #818181. Windows color (decimal): -10385727 or 12682849. OLE color: 12682849.

HSL color Cylindrical-coordinate representation of color #6186C1: hue angle of 216.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6186C1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 134 193 -
CMYK 0.50 0.31 0 0.24
HSL 216.88º 0.44% 0.57% -
HSV(B) 216.88º 0.5% 0.76% -
XYZ 23.08 23.44 53.76 -
YUV 129.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 97 134 193 0.50 0.31 0 0.24 216.88 0.44 0.57
Hex 61 86 C1 32 1F 0 18 D9 2C 39
Octal 141 206 301 62 37 0 30 331 54 71
Binary 1100001 10000110 11000001 110010 11111 0 11000 11011001 101100 111001

Color Harmonies of #6186C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6186C1

Black with #6186C1

Text Example


Text Example

White with #6186C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6186C1; }

 p { color: rgb(97,134,193); }

 H1.HeaderClassName
 {
   color: #6186C1;
 }
 .AnyTagClassName
 {
   color: #6186C1;
 }
</style>

background-color css

<style>
 a { background-color: #6186C1; }

 a { background-color: rgb(97,134,193); }

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

border-color css

<style>
 span { border-color: #6186C1; }

 span { border-color: rgb(97,134,193); }

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