#6B8DA9

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

Shades of Bermuda Grey #6B8DA9

Tints of Bermuda Grey #6B8DA9

Color information

#6B8DA9 (or 0x6B8DA9) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 8D and A9. RGB value is (107,141,169). Sum of RGB (Red+Green+Blue) = 107+141+169=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B8DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8DA9 is #947256. Grayscale: #858585. Windows color (decimal): -9728599 or 11111787. OLE color: 11111787.

HSL color Cylindrical-coordinate representation of color #6B8DA9: hue angle of 207.1º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B8DA9 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB107141169-
CMYK0.370.1700.34
HSL207.1º26.5%54.12%-
HSV(B)207.1º36.69%66.27%-
XYZ22.7525.0441.17-
YUV134.03147.74108.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=25.66%
G=33.81%
B=40.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1071411690.370.1700.34207.126.554.12
Hex6B8DA92511022cf1a36
Octal15321525145210423173266
Binary110101110001101101010011001011000101000101100111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,169); }

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

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

 a { background-color: rgb(107,141,169); }

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

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

 span { border-color: rgb(107,141,169); }

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