#6188BA

Color #6188BA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6188BA

Tints of Danube #6188BA

Color information

#6188BA (or 0x6188BA) is unknown color: approx Danube. HEX triplet: 61, 88 and BA. RGB value is (97,136,186). Sum of RGB (Red+Green+Blue) = 97+136+186=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6188BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188BA is #9E7745. Grayscale: #818181. Windows color (decimal): -10385222 or 12224609. OLE color: 12224609.

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

Color convert

RGB97136186-
CMYK0.480.2700.27
HSL213.71º39.21%55.49%-
HSV(B)213.71º47.85%72.94%-
XYZ22.623.6949.84-
YUV130.04159.58104.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=23.15%
G=32.46%
B=44.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971361860.480.2700.27213.7139.2155.49
Hex6188BA301B01Bd62737
Octal14121027260330333264767
Binary110000110001000101110101100001101101101111010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6188BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6188BA;
 }
 .AnyTagClassName
 {
   color: #6188BA;
 }
</style>
background-color css

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

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

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

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

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

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