#6191BB

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

Shades of Danube #6191BB

Tints of Danube #6191BB

Color information

#6191BB (or 0x6191BB) is unknown color: approx Danube. HEX triplet: 61, 91 and BB. RGB value is (97,145,187). Sum of RGB (Red+Green+Blue) = 97+145+187=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #6191BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191BB is #9E6E44. Grayscale: #878787. Windows color (decimal): -10382917 or 12292449. OLE color: 12292449.

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

Color convert

RGB97145187-
CMYK0.480.2200.27
HSL208º39.82%55.69%-
HSV(B)208º48.13%73.33%-
XYZ24.0226.3850.84-
YUV135.44157.1100.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=22.61%
G=33.80%
B=43.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971451870.480.2200.2720839.8255.69
Hex6191BB301601Bd02838
Octal14122127360260333205070
Binary110000110010001101110111100001011001101111010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6191BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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