#607987

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

Shades of Hoki #607987

Tints of Hoki #607987

Color information

#607987 (or 0x607987) is unknown color: approx Hoki. HEX triplet: 60, 79 and 87. RGB value is (96,121,135). Sum of RGB (Red+Green+Blue) = 96+121+135=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #607987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607987 is #9F8678. Grayscale: #737373. Windows color (decimal): -10454649 or 8878432. OLE color: 8878432.

HSL color Cylindrical-coordinate representation of color #607987: hue angle of 201.54º 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 #607987 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96121135-
CMYK0.290.1000.47
HSL201.54º16.88%45.29%-
HSV(B)201.54º28.89%52.94%-
XYZ16.0317.9125.53-
YUV115.12139.22114.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=27.27%
G=34.38%
B=38.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961211350.290.1000.47201.5416.8845.29
Hex6079871DA02Fca112d
Octal14017120735120573122155
Binary110000011110011000011111101101001011111100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607987; }

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

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

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

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

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

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

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

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