Html Css Color HEX #667D83 Hoki

📋 copy color: '#667D83'

red 102 ◦ green 125 ◦ blue 131

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

Shades of Hoki #667D83

Tints of Hoki #667D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 28.49%
G = 34.92%
B = 36.59%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667D83 (or 0x667D83) is known color: Hoki. HEX triplet: 66, 7D and 83. RGB value is (102,125,131). Sum of RGB (Red+Green+Blue) = 102+125+131=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #667D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D83 is #99827C. Grayscale: #767676. Windows color (decimal): -10060413 or 8617318. OLE color: 8617318.

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

Color convert

RGB 102 125 131 -
CMYK 0.22 0.05 0 0.49
HSL 192.41º 0.12% 0.46% -
HSV(B) 192.41º 0.22% 0.51% -
XYZ 16.91 19.13 24.27 -
YUV 118.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 102 125 131 0.22 0.05 0 0.49 192.41 0.12 0.46
Hex 66 7D 83 16 5 0 31 C0 C 2E
Octal 146 175 203 26 5 0 61 300 14 56
Binary 1100110 1111101 10000011 10110 101 0 110001 11000000 1100 101110

Color Harmonies of #667D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D83

Black with #667D83

Text Example


Text Example

White with #667D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,125,131); }

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

background-color css

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

 a { background-color: rgb(102,125,131); }

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

border-color css

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

 span { border-color: rgb(102,125,131); }

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