Html Css Color HEX #667982 Hoki

📋 copy color: '#667982'

red 102 ◦ green 121 ◦ blue 130

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

Shades of Hoki #667982

Tints of Hoki #667982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 28.9%
G = 34.28%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667982 (or 0x667982) is known color: Hoki. HEX triplet: 66, 79 and 82. RGB value is (102,121,130). Sum of RGB (Red+Green+Blue) = 102+121+130=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #667982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667982 is #99867D. Grayscale: #747474. Windows color (decimal): -10061438 or 8550758. OLE color: 8550758.

HSL color Cylindrical-coordinate representation of color #667982: hue angle of 199.29º 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 #667982 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 121 130 -
CMYK 0.22 0.07 0 0.49
HSL 199.29º 0.12% 0.45% -
HSV(B) 199.29º 0.22% 0.51% -
XYZ 16.35 18.11 23.75 -
YUV 116.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 102 121 130 0.22 0.07 0 0.49 199.29 0.12 0.45
Hex 66 79 82 16 7 0 31 C7 C 2D
Octal 146 171 202 26 7 0 61 307 14 55
Binary 1100110 1111001 10000010 10110 111 0 110001 11000111 1100 101101

Color Harmonies of #667982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667982

Black with #667982

Text Example


Text Example

White with #667982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667982; }

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

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

background-color css

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

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

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

border-color css

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

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

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