#677B82

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

Shades of Hoki #677B82

Tints of Hoki #677B82

Color information

#677B82 (or 0x677B82) is unknown color: approx Hoki. HEX triplet: 67, 7B and 82. RGB value is (103,123,130). Sum of RGB (Red+Green+Blue) = 103+123+130=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #677B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B82 is #98847D. Grayscale: #757575. Windows color (decimal): -9995390 or 8551271. OLE color: 8551271.

HSL color Cylindrical-coordinate representation of color #677B82: hue angle of 195.56º 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 #677B82 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103123130-
CMYK0.210.0500.49
HSL195.56º11.59%45.69%-
HSV(B)195.56º20.77%50.98%-
XYZ16.7118.6623.84-
YUV117.82134.87117.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=28.93%
G=34.55%
B=36.52%

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
Decimal1031231300.210.0500.49195.5611.5945.69
Hex677B82155031c4c2e
Octal1471732022550613041456
Binary1100111111101110000010101011010110001110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,123,130); }

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

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

 a { background-color: rgb(103,123,130); }

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

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

 span { border-color: rgb(103,123,130); }

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