#607B84

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

Shades of Hoki #607B84

Tints of Hoki #607B84

Color information

#607B84 (or 0x607B84) is unknown color: approx Hoki. HEX triplet: 60, 7B and 84. RGB value is (96,123,132). Sum of RGB (Red+Green+Blue) = 96+123+132=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #607B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B84 is #9F847B. Grayscale: #737373. Windows color (decimal): -10454140 or 8682336. OLE color: 8682336.

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

Color convert

RGB96123132-
CMYK0.270.0700.48
HSL195º15.79%44.71%-
HSV(B)195º27.27%51.76%-
XYZ16.0718.3224.52-
YUV115.95137.05113.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=27.35%
G=35.04%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961231320.270.0700.4819515.7944.71
Hex607B841B7030c3102d
Octal1401732043370603032055
Binary11000001111011100001001101111101100001100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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