#6D7F83

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

Shades of Hoki #6D7F83

Tints of Hoki #6D7F83

Color information

#6D7F83 (or 0x6D7F83) is unknown color: approx Hoki. HEX triplet: 6D, 7F and 83. RGB value is (109,127,131). Sum of RGB (Red+Green+Blue) = 109+127+131=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D7F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F83 is #92807C. Grayscale: #7A7A7A. Windows color (decimal): -9601149 or 8617837. OLE color: 8617837.

HSL color Cylindrical-coordinate representation of color #6D7F83: hue angle of 190.91º 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 #6D7F83 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB109127131-
CMYK0.170.0300.49
HSL190.91º9.17%47.06%-
HSV(B)190.91º16.79%51.37%-
XYZ17.9920.0724.4-
YUV122.07133.04118.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=29.70%
G=34.60%
B=35.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091271310.170.0300.49190.919.1747.06
Hex6D7F83113031bf92f
Octal1551772032130612771157
Binary110110111111111000001110001110110001101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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