#6B7F82

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

Shades of Hoki #6B7F82

Tints of Hoki #6B7F82

Color information

#6B7F82 (or 0x6B7F82) is unknown color: approx Hoki. HEX triplet: 6B, 7F and 82. RGB value is (107,127,130). Sum of RGB (Red+Green+Blue) = 107+127+130=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B7F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7F82 is #94807D. Grayscale: #797979. Windows color (decimal): -9732222 or 8552299. OLE color: 8552299.

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

Color convert

RGB107127130-
CMYK0.180.0200.49
HSL187.83º9.7%46.47%-
HSV(B)187.83º17.69%50.98%-
XYZ17.6819.9224.03-
YUV121.36132.87117.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=29.40%
G=34.89%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071271300.180.0200.49187.839.746.47
Hex6B7F82122031bca2e
Octal1531772022220612741256
Binary110101111111111000001010010100110001101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,127,130); }

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

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

 a { background-color: rgb(107,127,130); }

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

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

 span { border-color: rgb(107,127,130); }

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