#607A84

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

Shades of Hoki #607A84

Tints of Hoki #607A84

Color information

#607A84 (or 0x607A84) is unknown color: approx Hoki. HEX triplet: 60, 7A and 84. RGB value is (96,122,132). Sum of RGB (Red+Green+Blue) = 96+122+132=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #607A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A84 is #9F857B. Grayscale: #737373. Windows color (decimal): -10454396 or 8682080. OLE color: 8682080.

HSL color Cylindrical-coordinate representation of color #607A84: hue angle of 196.67º 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 #607A84 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96122132-
CMYK0.270.0800.48
HSL196.67º15.79%44.71%-
HSV(B)196.67º27.27%51.76%-
XYZ15.9518.0724.48-
YUV115.37137.39114.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=27.43%
G=34.86%
B=37.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961221320.270.0800.48196.6715.7944.71
Hex607A841B8030c5102d
Octal14017220433100603052055
Binary110000011110101000010011011100001100001100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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