#6B7B82

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

Shades of Hoki #6B7B82

Tints of Hoki #6B7B82

Color information

#6B7B82 (or 0x6B7B82) is unknown color: approx Hoki. HEX triplet: 6B, 7B and 82. RGB value is (107,123,130). Sum of RGB (Red+Green+Blue) = 107+123+130=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B7B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7B82 is #94847D. Grayscale: #767676. Windows color (decimal): -9733246 or 8551275. OLE color: 8551275.

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

Color convert

RGB107123130-
CMYK0.180.0500.49
HSL198.26º9.7%46.47%-
HSV(B)198.26º17.69%50.98%-
XYZ17.1818.923.86-
YUV119.01134.2119.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=29.72%
G=34.17%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071231300.180.0500.49198.269.746.47
Hex6B7B82125031c6a2e
Octal1531732022250613061256
Binary1101011111101110000010100101010110001110001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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