#607C89

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

Shades of Hoki #607C89

Tints of Hoki #607C89

Color information

#607C89 (or 0x607C89) is unknown color: approx Hoki. HEX triplet: 60, 7C and 89. RGB value is (96,124,137). Sum of RGB (Red+Green+Blue) = 96+124+137=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #607C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C89 is #9F8376. Grayscale: #757575. Windows color (decimal): -10453879 or 9010272. OLE color: 9010272.

HSL color Cylindrical-coordinate representation of color #607C89: hue angle of 199.02º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607C89 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96124137-
CMYK0.300.0900.46
HSL199.02º17.6%45.69%-
HSV(B)199.02º29.93%53.73%-
XYZ16.5518.7126.41-
YUV117.11139.22112.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=26.89%
G=34.73%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961241370.300.0900.46199.0217.645.69
Hex607C891E902Ec7122e
Octal14017421136110563072256
Binary110000011111001000100111110100101011101100011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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