#607984

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

Shades of Hoki #607984

Tints of Hoki #607984

Color information

#607984 (or 0x607984) is unknown color: approx Hoki. HEX triplet: 60, 79 and 84. RGB value is (96,121,132). Sum of RGB (Red+Green+Blue) = 96+121+132=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #607984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607984 is #9F867B. Grayscale: #727272. Windows color (decimal): -10454652 or 8681824. OLE color: 8681824.

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

Color convert

RGB96121132-
CMYK0.270.0800.48
HSL198.33º15.79%44.71%-
HSV(B)198.33º27.27%51.76%-
XYZ15.8317.8324.44-
YUV114.78137.72114.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=27.51%
G=34.67%
B=37.82%

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
Decimal961211320.270.0800.48198.3315.7944.71
Hex6079841B8030c6102d
Octal14017120433100603062055
Binary110000011110011000010011011100001100001100011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607984; }

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

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

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

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

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

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

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

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