#6B89BE

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

Shades of Danube #6B89BE

Tints of Danube #6B89BE

Color information

#6B89BE (or 0x6B89BE) is unknown color: approx Danube. HEX triplet: 6B, 89 and BE. RGB value is (107,137,190). Sum of RGB (Red+Green+Blue) = 107+137+190=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B89BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89BE is #947641. Grayscale: #858585. Windows color (decimal): -9729602 or 12487019. OLE color: 12487019.

HSL color Cylindrical-coordinate representation of color #6B89BE: hue angle of 218.31º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B89BE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107137190-
CMYK0.440.2800.25
HSL218.31º38.97%58.24%-
HSV(B)218.31º43.68%74.51%-
XYZ24.324.7352.21-
YUV134.07159.56108.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.65%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=24.65%
G=31.57%
B=43.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071371900.440.2800.25218.3138.9758.24
Hex6B89BE2C1C019da273a
Octal15321127654340313324772
Binary110101110001001101111101011001110001100111011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B89BE; }

 p { color: rgb(107,137,190); }

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

<style>
 a { background-color: #6B89BE; }

 a { background-color: rgb(107,137,190); }

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

<style>
 span { border-color: #6B89BE; }

 span { border-color: rgb(107,137,190); }

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