Html Css Color HEX #6B7D84 Hoki

📋 copy color: '#6B7D84'

red 107 ◦ green 125 ◦ blue 132

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

Shades of Hoki #6B7D84

Tints of Hoki #6B7D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 29.4%
G = 34.34%
B = 36.26%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B7D84 (or 0x6B7D84) is known color: Hoki. HEX triplet: 6B, 7D and 84. RGB value is (107,125,132). Sum of RGB (Red+Green+Blue) = 107+125+132=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B7D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7D84 is #94827B. Grayscale: #787878. Windows color (decimal): -9732732 or 8682859. OLE color: 8682859.

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

Color convert

RGB 107 125 132 -
CMYK 0.19 0.05 0 0.48
HSL 196.8º 0.1% 0.47% -
HSV(B) 196.8º 0.19% 0.52% -
XYZ 17.56 19.46 24.66 -
YUV 120.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 107 125 132 0.19 0.05 0 0.48 196.8 0.1 0.47
Hex 6B 7D 84 13 5 0 30 C5 A 2F
Octal 153 175 204 23 5 0 60 305 12 57
Binary 1101011 1111101 10000100 10011 101 0 110000 11000101 1010 101111

Color Harmonies of #6B7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D84

Black with #6B7D84

Text Example


Text Example

White with #6B7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,125,132); }

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

background-color css

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

 a { background-color: rgb(107,125,132); }

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

border-color css

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

 span { border-color: rgb(107,125,132); }

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