Html Css Color HEX #667F81 Hoki

📋 copy color: '#667F81'

red 102 ◦ green 127 ◦ blue 129

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

Shades of Hoki #667F81

Tints of Hoki #667F81

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 28.49%
G = 35.47%
B = 36.03%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667F81 (or 0x667F81) is known color: Hoki. HEX triplet: 66, 7F and 81. RGB value is (102,127,129). Sum of RGB (Red+Green+Blue) = 102+127+129=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #667F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F81 is #99807E. Grayscale: #777777. Windows color (decimal): -10059903 or 8486758. OLE color: 8486758.

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

Color convert

RGB 102 127 129 -
CMYK 0.21 0.02 0 0.49
HSL 184.44º 0.12% 0.45% -
HSV(B) 184.44º 0.21% 0.51% -
XYZ 17.03 19.59 23.65 -
YUV 119.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 102 127 129 0.21 0.02 0 0.49 184.44 0.12 0.45
Hex 66 7F 81 15 2 0 31 B8 C 2D
Octal 146 177 201 25 2 0 61 270 14 55
Binary 1100110 1111111 10000001 10101 10 0 110001 10111000 1100 101101

Color Harmonies of #667F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F81

Black with #667F81

Text Example


Text Example

White with #667F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,127,129); }

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

background-color css

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

 a { background-color: rgb(102,127,129); }

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

border-color css

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

 span { border-color: rgb(102,127,129); }

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