#6B8AB9

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

Shades of Danube #6B8AB9

Tints of Danube #6B8AB9

Color information

#6B8AB9 (or 0x6B8AB9) is unknown color: approx Danube. HEX triplet: 6B, 8A and B9. RGB value is (107,138,185). Sum of RGB (Red+Green+Blue) = 107+138+185=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B8AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8AB9 is #947546. Grayscale: #858585. Windows color (decimal): -9729351 or 12159595. OLE color: 12159595.

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

Color convert

RGB107138185-
CMYK0.420.2500.27
HSL216.15º35.78%57.25%-
HSV(B)216.15º42.16%72.55%-
XYZ23.9124.8149.43-
YUV134.09156.73108.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=24.88%
G=32.09%
B=43.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071381850.420.2500.27216.1535.7857.25
Hex6B8AB92A1901Bd82439
Octal15321227152310333304471
Binary110101110001010101110011010101100101101111011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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