#6B869F

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

Shades of Bermuda Grey #6B869F

Tints of Bermuda Grey #6B869F

Color information

#6B869F (or 0x6B869F) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 86 and 9F. RGB value is (107,134,159). Sum of RGB (Red+Green+Blue) = 107+134+159=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B869F is #947960. Grayscale: #808080. Windows color (decimal): -9730401 or 10454635. OLE color: 10454635.

HSL color Cylindrical-coordinate representation of color #6B869F: hue angle of 208.85º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B869F is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB107134159-
CMYK0.330.1600.38
HSL208.85º21.31%52.16%-
HSV(B)208.85º32.7%62.35%-
XYZ20.8522.6836.08-
YUV128.78145.05112.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=26.75%
G=33.5%
B=39.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071341590.330.1600.38208.8521.3152.16
Hex6B869F2110026d11534
Octal15320623741200463212564
Binary110101110000110100111111000011000001001101101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,159); }

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

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

 a { background-color: rgb(107,134,159); }

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

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

 span { border-color: rgb(107,134,159); }

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