#6B8ABE

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

Shades of Danube #6B8ABE

Tints of Danube #6B8ABE

Color information

#6B8ABE (or 0x6B8ABE) is unknown color: approx Danube. HEX triplet: 6B, 8A and BE. RGB value is (107,138,190). Sum of RGB (Red+Green+Blue) = 107+138+190=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ABE is #947541. Grayscale: #868686. Windows color (decimal): -9729346 or 12487275. OLE color: 12487275.

HSL color Cylindrical-coordinate representation of color #6B8ABE: hue angle of 217.59º 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 #6B8ABE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107138190-
CMYK0.440.2700.25
HSL217.59º38.97%58.24%-
HSV(B)217.59º43.68%74.51%-
XYZ24.4525.0252.26-
YUV134.66159.23108.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=24.60%
G=31.72%
B=43.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071381900.440.2700.25217.5938.9758.24
Hex6B8ABE2C1B019da273a
Octal15321227654330313324772
Binary110101110001010101111101011001101101100111011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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