#607784

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

Shades of Hoki #607784

Tints of Hoki #607784

Color information

#607784 (or 0x607784) is unknown color: approx Hoki. HEX triplet: 60, 77 and 84. RGB value is (96,119,132). Sum of RGB (Red+Green+Blue) = 96+119+132=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #607784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607784 is #9F887B. Grayscale: #717171. Windows color (decimal): -10455164 or 8681312. OLE color: 8681312.

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

Color convert

RGB96119132-
CMYK0.270.1000.48
HSL201.67º15.79%44.71%-
HSV(B)201.67º27.27%51.76%-
XYZ15.5917.3524.36-
YUV113.6138.38115.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=27.67%
G=34.29%
B=38.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961191320.270.1000.48201.6715.7944.71
Hex6077841BA030ca102d
Octal14016720433120603122055
Binary110000011101111000010011011101001100001100101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607784; }

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

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

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

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

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

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

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

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