#607B85

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

Shades of Hoki #607B85

Tints of Hoki #607B85

Color information

#607B85 (or 0x607B85) is unknown color: approx Hoki. HEX triplet: 60, 7B and 85. RGB value is (96,123,133). Sum of RGB (Red+Green+Blue) = 96+123+133=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #607B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B85 is #9F847A. Grayscale: #737373. Windows color (decimal): -10454139 or 8747872. OLE color: 8747872.

HSL color Cylindrical-coordinate representation of color #607B85: hue angle of 196.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607B85 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96123133-
CMYK0.280.0800.48
HSL196.22º16.16%44.9%-
HSV(B)196.22º27.82%52.16%-
XYZ16.1418.3524.88-
YUV116.07137.55113.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=27.27%
G=34.94%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961231330.280.0800.48196.2216.1644.9
Hex607B851C8030c4102d
Octal14017320534100603042055
Binary110000011110111000010111100100001100001100010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,123,133); }

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

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

 a { background-color: rgb(96,123,133); }

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

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

 span { border-color: rgb(96,123,133); }

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