#607E87

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

Shades of Hoki #607E87

Tints of Hoki #607E87

Color information

#607E87 (or 0x607E87) is unknown color: approx Hoki. HEX triplet: 60, 7E and 87. RGB value is (96,126,135). Sum of RGB (Red+Green+Blue) = 96+126+135=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #607E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E87 is #9F8178. Grayscale: #757575. Windows color (decimal): -10453369 or 8879712. OLE color: 8879712.

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

Color convert

RGB96126135-
CMYK0.290.0700.47
HSL193.85º16.88%45.29%-
HSV(B)193.85º28.89%52.94%-
XYZ16.6619.1625.74-
YUV118.06137.56112.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=26.89%
G=35.29%
B=37.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961261350.290.0700.47193.8516.8845.29
Hex607E871D702Fc2112d
Octal1401762073570573022155
Binary11000001111110100001111110111101011111100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,126,135); }

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

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

 a { background-color: rgb(96,126,135); }

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

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

 span { border-color: rgb(96,126,135); }

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