#607E8A

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

Shades of Hoki #607E8A

Tints of Hoki #607E8A

Color information

#607E8A (or 0x607E8A) is unknown color: approx Hoki. HEX triplet: 60, 7E and 8A. RGB value is (96,126,138). Sum of RGB (Red+Green+Blue) = 96+126+138=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #607E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8A is #9F8175. Grayscale: #767676. Windows color (decimal): -10453366 or 9076320. OLE color: 9076320.

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

Color convert

RGB96126138-
CMYK0.300.0900.46
HSL197.14º17.95%45.88%-
HSV(B)197.14º30.43%54.12%-
XYZ16.8719.2426.87-
YUV118.4139.06112.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=26.67%
G=35%
B=38.33%

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
Decimal961261380.300.0900.46197.1417.9545.88
Hex607E8A1E902Ec5122e
Octal14017621236110563052256
Binary110000011111101000101011110100101011101100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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