Html Css Color HEX #6188BB Danube

📋 copy color: '#6188BB'

red 97 ◦ green 136 ◦ blue 187

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

Shades of Danube #6188BB

Tints of Danube #6188BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 23.1%
G = 32.38%
B = 44.52%

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

#6188BB (or 0x6188BB) is known color: Danube. HEX triplet: 61, 88 and BB. RGB value is (97,136,187). Sum of RGB (Red+Green+Blue) = 97+136+187=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #6188BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188BB is #9E7744. Grayscale: #818181. Windows color (decimal): -10385221 or 12290145. OLE color: 12290145.

HSL color Cylindrical-coordinate representation of color #6188BB: hue angle of 214º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6188BB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 136 187 -
CMYK 0.48 0.27 0 0.27
HSL 214º 0.4% 0.56% -
HSV(B) 214º 0.48% 0.73% -
XYZ 22.7 23.74 50.4 -
YUV 130.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 97 136 187 0.48 0.27 0 0.27 214 0.4 0.56
Hex 61 88 BB 30 1B 0 1B D6 28 38
Octal 141 210 273 60 33 0 33 326 50 70
Binary 1100001 10001000 10111011 110000 11011 0 11011 11010110 101000 111000

Color Harmonies of #6188BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6188BB

Black with #6188BB

Text Example


Text Example

White with #6188BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6188BB; }

 p { color: rgb(97,136,187); }

 H1.HeaderClassName
 {
   color: #6188BB;
 }
 .AnyTagClassName
 {
   color: #6188BB;
 }
</style>

background-color css

<style>
 a { background-color: #6188BB; }

 a { background-color: rgb(97,136,187); }

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

border-color css

<style>
 span { border-color: #6188BB; }

 span { border-color: rgb(97,136,187); }

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