#6B89A5

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

Shades of Bermuda Grey #6B89A5

Tints of Bermuda Grey #6B89A5

Color information

#6B89A5 (or 0x6B89A5) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 89 and A5. RGB value is (107,137,165). Sum of RGB (Red+Green+Blue) = 107+137+165=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B89A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B89A5 is #94765A. Grayscale: #838383. Windows color (decimal): -9729627 or 10848619. OLE color: 10848619.

HSL color Cylindrical-coordinate representation of color #6B89A5: hue angle of 208.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B89A5 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB107137165-
CMYK0.350.1700.35
HSL208.97º24.37%53.33%-
HSV(B)208.97º35.15%64.71%-
XYZ21.823.7339.03-
YUV131.22147.06110.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=26.16%
G=33.50%
B=40.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071371650.350.1700.35208.9724.3753.33
Hex6B89A52311023d11835
Octal15321124543210433213065
Binary110101110001001101001011000111000101000111101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B89A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,165); }

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

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

 a { background-color: rgb(107,137,165); }

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

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

 span { border-color: rgb(107,137,165); }

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