#607C84

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

Shades of Hoki #607C84

Tints of Hoki #607C84

Color information

#607C84 (or 0x607C84) is unknown color: approx Hoki. HEX triplet: 60, 7C and 84. RGB value is (96,124,132). Sum of RGB (Red+Green+Blue) = 96+124+132=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #607C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C84 is #9F837B. Grayscale: #747474. Windows color (decimal): -10453884 or 8682592. OLE color: 8682592.

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

Color convert

RGB96124132-
CMYK0.270.0600.48
HSL193.33º15.79%44.71%-
HSV(B)193.33º27.27%51.76%-
XYZ16.218.5724.56-
YUV116.54136.72113.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=27.27%
G=35.23%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961241320.270.0600.48193.3315.7944.71
Hex607C841B6030c1102d
Octal1401742043360603012055
Binary11000001111100100001001101111001100001100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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