#607F89

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

Shades of Hoki #607F89

Tints of Hoki #607F89

Color information

#607F89 (or 0x607F89) is unknown color: approx Hoki. HEX triplet: 60, 7F and 89. RGB value is (96,127,137). Sum of RGB (Red+Green+Blue) = 96+127+137=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #607F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F89 is #9F8076. Grayscale: #767676. Windows color (decimal): -10453111 or 9011040. OLE color: 9011040.

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

Color convert

RGB96127137-
CMYK0.300.0700.46
HSL194.63º17.6%45.69%-
HSV(B)194.63º29.93%53.73%-
XYZ16.9319.4726.53-
YUV118.87138.23111.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=26.67%
G=35.28%
B=38.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961271370.300.0700.46194.6317.645.69
Hex607F891E702Ec3122e
Octal1401772113670563032256
Binary11000001111111100010011111011101011101100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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