#607E8B

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

Shades of Hoki #607E8B

Tints of Hoki #607E8B

Color information

#607E8B (or 0x607E8B) is unknown color: approx Hoki. HEX triplet: 60, 7E and 8B. RGB value is (96,126,139). Sum of RGB (Red+Green+Blue) = 96+126+139=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #607E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8B is #9F8174. Grayscale: #767676. Windows color (decimal): -10453365 or 9141856. OLE color: 9141856.

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

Color convert

RGB96126139-
CMYK0.310.0900.45
HSL198.14º18.3%46.08%-
HSV(B)198.14º30.94%54.51%-
XYZ16.9419.2727.25-
YUV118.51139.56111.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=26.59%
G=34.90%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961261390.310.0900.45198.1418.346.08
Hex607E8B1F902Dc6122e
Octal14017621337110553062256
Binary110000011111101000101111111100101011011100011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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