#677C83

Color #677C83 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #677C83

Tints of Hoki #677C83

Color information

#677C83 (or 0x677C83) is unknown color: approx Hoki. HEX triplet: 67, 7C and 83. RGB value is (103,124,131). Sum of RGB (Red+Green+Blue) = 103+124+131=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 124 (48.83% from 255 or 34.64% 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 #677C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C83 is #98837C. Grayscale: #767676. Windows color (decimal): -9995133 or 8617063. OLE color: 8617063.

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

Color convert

RGB103124131-
CMYK0.210.0500.49
HSL195º11.97%45.88%-
HSV(B)195º21.37%51.37%-
XYZ16.918.9424.24-
YUV118.52135.04116.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=28.77%
G=34.64%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031241310.210.0500.4919511.9745.88
Hex677C83155031c3c2e
Octal1471742032550613031456
Binary1100111111110010000011101011010110001110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677C83; }

 p { color: rgb(103,124,131); }

 H1.HeaderClassName
 {
   color: #677C83;
 }
 .AnyTagClassName
 {
   color: #677C83;
 }
</style>
background-color css

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

 a { background-color: rgb(103,124,131); }

 div.DivClassName
 {
   background-color: #677C83;
 }
 .BgClassName
 {
   background-color: #677C83;
 }
</style>
border-color css

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

 span { border-color: rgb(103,124,131); }

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