#6A8F9E

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

Shades of Bermuda Grey #6A8F9E

Tints of Bermuda Grey #6A8F9E

Color information

#6A8F9E (or 0x6A8F9E) is unknown color: approx Bermuda Grey. HEX triplet: 6A, 8F and 9E. RGB value is (106,143,158). Sum of RGB (Red+Green+Blue) = 106+143+158=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A8F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8F9E is #957061. Grayscale: #858585. Windows color (decimal): -9793634 or 10391402. OLE color: 10391402.

HSL color Cylindrical-coordinate representation of color #6A8F9E: hue angle of 197.31º 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 #6A8F9E is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106143158-
CMYK0.330.0900.38
HSL197.31º21.14%51.76%-
HSV(B)197.31º32.91%61.96%-
XYZ21.9425.1836.05-
YUV133.65141.74108.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=26.04%
G=35.14%
B=38.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061431580.330.0900.38197.3121.1451.76
Hex6A8F9E219026c51534
Octal15221723641110463052564
Binary11010101000111110011110100001100101001101100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,143,158); }

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

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

 a { background-color: rgb(106,143,158); }

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

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

 span { border-color: rgb(106,143,158); }

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