#6D8083

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

Shades of Hoki #6D8083

Tints of Hoki #6D8083

Color information

#6D8083 (or 0x6D8083) is unknown color: approx Hoki. HEX triplet: 6D, 80 and 83. RGB value is (109,128,131). Sum of RGB (Red+Green+Blue) = 109+128+131=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D8083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8083 is #927F7C. Grayscale: #7A7A7A. Windows color (decimal): -9600893 or 8618093. OLE color: 8618093.

HSL color Cylindrical-coordinate representation of color #6D8083: hue angle of 188.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8083 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB109128131-
CMYK0.170.0200.49
HSL188.18º9.17%47.06%-
HSV(B)188.18º16.79%51.37%-
XYZ18.1220.3324.44-
YUV122.66132.71118.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=29.62%
G=34.78%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091281310.170.0200.49188.189.1747.06
Hex6D8083112031bc92f
Octal1552002032120612741157
Binary1101101100000001000001110001100110001101111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,131); }

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

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

 a { background-color: rgb(109,128,131); }

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

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

 span { border-color: rgb(109,128,131); }

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