#6B8ABF

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

Shades of Danube #6B8ABF

Tints of Danube #6B8ABF

Color information

#6B8ABF (or 0x6B8ABF) is unknown color: approx Danube. HEX triplet: 6B, 8A and BF. RGB value is (107,138,191). Sum of RGB (Red+Green+Blue) = 107+138+191=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ABF is #947540. Grayscale: #868686. Windows color (decimal): -9729345 or 12552811. OLE color: 12552811.

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

Color convert

RGB107138191-
CMYK0.440.2800.25
HSL217.86º39.62%58.43%-
HSV(B)217.86º43.98%74.9%-
XYZ24.5625.0652.83-
YUV134.77159.73108.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 191 (75% from 255) = 43.81%
R=24.54%
G=31.65%
B=43.81%

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
Decimal1071381910.440.2800.25217.8639.6258.43
Hex6B8ABF2C1C019da283a
Octal15321227754340313325072
Binary110101110001010101111111011001110001100111011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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