Html Css Color HEX #6B7F82 Hoki

📋 copy color: '#6B7F82'

red 107 ◦ green 127 ◦ blue 130

#6B7F82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #6B7F82

Tints of Hoki #6B7F82

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

 GREEN value IS 127 (50% from 255) = 34.89%

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 29.4%
G = 34.89%
B = 35.71%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B7F82 (or 0x6B7F82) is known color: 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

RGB 107 127 130 -
CMYK 0.18 0.02 0 0.49
HSL 187.83º 0.1% 0.46% -
HSV(B) 187.83º 0.18% 0.51% -
XYZ 17.68 19.92 24.03 -
YUV 121.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 107 127 130 0.18 0.02 0 0.49 187.83 0.1 0.46
Hex 6B 7F 82 12 2 0 31 BC A 2E
Octal 153 177 202 22 2 0 61 274 12 56
Binary 1101011 1111111 10000010 10010 10 0 110001 10111100 1010 101110

Color Harmonies of #6B7F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7F82

Black with #6B7F82

Text Example


Text Example

White with #6B7F82

Text Example


Text Example

HTML Codes & Css Web 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>