#607C85

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

Shades of Hoki #607C85

Tints of Hoki #607C85

Color information

#607C85 (or 0x607C85) is unknown color: approx Hoki. HEX triplet: 60, 7C and 85. RGB value is (96,124,133). Sum of RGB (Red+Green+Blue) = 96+124+133=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #607C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C85 is #9F837A. Grayscale: #747474. Windows color (decimal): -10453883 or 8748128. OLE color: 8748128.

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

Color convert

RGB96124133-
CMYK0.280.0700.48
HSL194.59º16.16%44.9%-
HSV(B)194.59º27.82%52.16%-
XYZ16.2718.624.92-
YUV116.65137.22113.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=27.20%
G=35.13%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961241330.280.0700.48194.5916.1644.9
Hex607C851C7030c3102d
Octal1401742053470603032055
Binary11000001111100100001011110011101100001100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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