#607C86

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

Shades of Hoki #607C86

Tints of Hoki #607C86

Color information

#607C86 (or 0x607C86) is unknown color: approx Hoki. HEX triplet: 60, 7C and 86. RGB value is (96,124,134). Sum of RGB (Red+Green+Blue) = 96+124+134=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #607C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C86 is #9F8379. Grayscale: #747474. Windows color (decimal): -10453882 or 8813664. OLE color: 8813664.

HSL color Cylindrical-coordinate representation of color #607C86: hue angle of 195.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607C86 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96124134-
CMYK0.280.0700.47
HSL195.79º16.52%45.1%-
HSV(B)195.79º28.36%52.55%-
XYZ16.3318.6225.29-
YUV116.77137.72113.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 134 (52.73% from 255) = 37.85%
R=27.12%
G=35.03%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961241340.280.0700.47195.7916.5245.1
Hex607C861C702Fc4112d
Octal1401742063470573042155
Binary11000001111100100001101110011101011111100010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607C86; }

 p { color: rgb(96,124,134); }

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

<style>
 a { background-color: #607C86; }

 a { background-color: rgb(96,124,134); }

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

<style>
 span { border-color: #607C86; }

 span { border-color: rgb(96,124,134); }

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