Html Css Color HEX #6187BA Danube

📋 copy color: '#6187BA'

red 97 ◦ green 135 ◦ blue 186

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

Shades of Danube #6187BA

Tints of Danube #6187BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 23.21%
G = 32.3%
B = 44.5%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6187BA (or 0x6187BA) is known color: Danube. HEX triplet: 61, 87 and BA. RGB value is (97,135,186). Sum of RGB (Red+Green+Blue) = 97+135+186=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6187BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6187BA is #9E7845. Grayscale: #818181. Windows color (decimal): -10385478 or 12224353. OLE color: 12224353.

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

Color convert

RGB 97 135 186 -
CMYK 0.48 0.27 0 0.27
HSL 214.38º 0.39% 0.55% -
HSV(B) 214.38º 0.48% 0.73% -
XYZ 22.46 23.41 49.79 -
YUV 129.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 97 135 186 0.48 0.27 0 0.27 214.38 0.39 0.55
Hex 61 87 BA 30 1B 0 1B D6 27 37
Octal 141 207 272 60 33 0 33 326 47 67
Binary 1100001 10000111 10111010 110000 11011 0 11011 11010110 100111 110111

Color Harmonies of #6187BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6187BA

Black with #6187BA

Text Example


Text Example

White with #6187BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6187BA; }

 p { color: rgb(97,135,186); }

 H1.HeaderClassName
 {
   color: #6187BA;
 }
 .AnyTagClassName
 {
   color: #6187BA;
 }
</style>

background-color css

<style>
 a { background-color: #6187BA; }

 a { background-color: rgb(97,135,186); }

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

border-color css

<style>
 span { border-color: #6187BA; }

 span { border-color: rgb(97,135,186); }

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