Html Css Color HEX #667C84 Hoki

📋 copy color: '#667C84'

red 102 ◦ green 124 ◦ blue 132

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

Shades of Hoki #667C84

Tints of Hoki #667C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 28.49%
G = 34.64%
B = 36.87%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667C84 (or 0x667C84) is known color: Hoki. HEX triplet: 66, 7C and 84. RGB value is (102,124,132). Sum of RGB (Red+Green+Blue) = 102+124+132=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #667C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C84 is #99837B. Grayscale: #767676. Windows color (decimal): -10060668 or 8682598. OLE color: 8682598.

HSL color Cylindrical-coordinate representation of color #667C84: hue angle of 196º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667C84 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 124 132 -
CMYK 0.23 0.06 0 0.48
HSL 196º 0.13% 0.46% -
HSV(B) 196º 0.23% 0.52% -
XYZ 16.85 18.91 24.59 -
YUV 118.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 102 124 132 0.23 0.06 0 0.48 196 0.13 0.46
Hex 66 7C 84 17 6 0 30 C4 D 2E
Octal 146 174 204 27 6 0 60 304 15 56
Binary 1100110 1111100 10000100 10111 110 0 110000 11000100 1101 101110

Color Harmonies of #667C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C84

Black with #667C84

Text Example


Text Example

White with #667C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,124,132); }

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

background-color css

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

 a { background-color: rgb(102,124,132); }

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

border-color css

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

 span { border-color: rgb(102,124,132); }

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