Html Css Color HEX #6D7F84 Hoki

📋 copy color: '#6D7F84'

red 109 ◦ green 127 ◦ blue 132

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

Shades of Hoki #6D7F84

Tints of Hoki #6D7F84

RGB

 RED value IS 109 (42.97% from 255) = 29.62%

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

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 29.62%
G = 34.51%
B = 35.87%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D7F84 (or 0x6D7F84) is known color: Hoki. HEX triplet: 6D, 7F and 84. RGB value is (109,127,132). Sum of RGB (Red+Green+Blue) = 109+127+132=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D7F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F84 is #92807B. Grayscale: #7A7A7A. Windows color (decimal): -9601148 or 8683373. OLE color: 8683373.

HSL color Cylindrical-coordinate representation of color #6D7F84: hue angle of 193.04º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D7F84 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 127 132 -
CMYK 0.17 0.04 0 0.48
HSL 193.04º 0.1% 0.47% -
HSV(B) 193.04º 0.17% 0.52% -
XYZ 18.06 20.1 24.76 -
YUV 122.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 109 127 132 0.17 0.04 0 0.48 193.04 0.1 0.47
Hex 6D 7F 84 11 4 0 30 C1 A 2F
Octal 155 177 204 21 4 0 60 301 12 57
Binary 1101101 1111111 10000100 10001 100 0 110000 11000001 1010 101111

Color Harmonies of #6D7F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7F84

Black with #6D7F84

Text Example


Text Example

White with #6D7F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D7F84;
 }
 .AnyTagClassName
 {
   color: #6D7F84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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