Html Css Color HEX #667E82 Hoki

📋 copy color: '#667E82'

red 102 ◦ green 126 ◦ blue 130

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

Shades of Hoki #667E82

Tints of Hoki #667E82

RGB

 RED value IS 102 (40.23% from 255) = 28.49%

 GREEN value IS 126 (49.61% from 255) = 35.2%

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

R = 28.49%
G = 35.2%
B = 36.31%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667E82 (or 0x667E82) is known color: Hoki. HEX triplet: 66, 7E and 82. RGB value is (102,126,130). Sum of RGB (Red+Green+Blue) = 102+126+130=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #667E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E82 is #99817D. Grayscale: #777777. Windows color (decimal): -10060158 or 8552038. OLE color: 8552038.

HSL color Cylindrical-coordinate representation of color #667E82: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667E82 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 126 130 -
CMYK 0.22 0.03 0 0.49
HSL 188.57º 0.12% 0.45% -
HSV(B) 188.57º 0.22% 0.51% -
XYZ 16.97 19.36 23.96 -
YUV 119.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 102 126 130 0.22 0.03 0 0.49 188.57 0.12 0.45
Hex 66 7E 82 16 3 0 31 BD C 2D
Octal 146 176 202 26 3 0 61 275 14 55
Binary 1100110 1111110 10000010 10110 11 0 110001 10111101 1100 101101

Color Harmonies of #667E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E82

Black with #667E82

Text Example


Text Example

White with #667E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667E82; }

 p { color: rgb(102,126,130); }

 H1.HeaderClassName
 {
   color: #667E82;
 }
 .AnyTagClassName
 {
   color: #667E82;
 }
</style>

background-color css

<style>
 a { background-color: #667E82; }

 a { background-color: rgb(102,126,130); }

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

border-color css

<style>
 span { border-color: #667E82; }

 span { border-color: rgb(102,126,130); }

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