Html Css Color HEX #667B84 Hoki

📋 copy color: '#667B84'

red 102 ◦ green 123 ◦ blue 132

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

Shades of Hoki #667B84

Tints of Hoki #667B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

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

R = 28.57%
G = 34.45%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667B84 (or 0x667B84) is known color: Hoki. HEX triplet: 66, 7B and 84. RGB value is (102,123,132). Sum of RGB (Red+Green+Blue) = 102+123+132=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #667B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B84 is #99847B. Grayscale: #757575. Windows color (decimal): -10060924 or 8682342. OLE color: 8682342.

HSL color Cylindrical-coordinate representation of color #667B84: hue angle of 198º 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 #667B84 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 123 132 -
CMYK 0.23 0.07 0 0.48
HSL 198º 0.13% 0.46% -
HSV(B) 198º 0.23% 0.52% -
XYZ 16.73 18.66 24.55 -
YUV 117.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 102 123 132 0.23 0.07 0 0.48 198 0.13 0.46
Hex 66 7B 84 17 7 0 30 C6 D 2E
Octal 146 173 204 27 7 0 60 306 15 56
Binary 1100110 1111011 10000100 10111 111 0 110000 11000110 1101 101110

Color Harmonies of #667B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B84

Black with #667B84

Text Example


Text Example

White with #667B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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