#6B8ABA

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

Shades of Danube #6B8ABA

Tints of Danube #6B8ABA

Color information

#6B8ABA (or 0x6B8ABA) is unknown color: approx Danube. HEX triplet: 6B, 8A and BA. RGB value is (107,138,186). Sum of RGB (Red+Green+Blue) = 107+138+186=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B8ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ABA is #947545. Grayscale: #858585. Windows color (decimal): -9729350 or 12225131. OLE color: 12225131.

HSL color Cylindrical-coordinate representation of color #6B8ABA: hue angle of 216.46º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B8ABA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107138186-
CMYK0.420.2600.27
HSL216.46º36.41%57.45%-
HSV(B)216.46º42.47%72.94%-
XYZ24.0124.8549.98-
YUV134.2157.23108.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.83%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=24.83%
G=32.02%
B=43.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071381860.420.2600.27216.4636.4157.45
Hex6B8ABA2A1A01Bd82439
Octal15321227252320333304471
Binary110101110001010101110101010101101001101111011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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