#607F8A

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

Shades of Hoki #607F8A

Tints of Hoki #607F8A

Color information

#607F8A (or 0x607F8A) is unknown color: approx Hoki. HEX triplet: 60, 7F and 8A. RGB value is (96,127,138). Sum of RGB (Red+Green+Blue) = 96+127+138=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #607F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F8A is #9F8075. Grayscale: #767676. Windows color (decimal): -10453110 or 9076576. OLE color: 9076576.

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

Color convert

RGB96127138-
CMYK0.300.0800.46
HSL195.71º17.95%45.88%-
HSV(B)195.71º30.43%54.12%-
XYZ1719.526.91-
YUV118.98138.73111.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=26.59%
G=35.18%
B=38.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961271380.300.0800.46195.7117.9545.88
Hex607F8A1E802Ec4122e
Octal14017721236100563042256
Binary110000011111111000101011110100001011101100010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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