#607885

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

Shades of Hoki #607885

Tints of Hoki #607885

Color information

#607885 (or 0x607885) is unknown color: approx Hoki. HEX triplet: 60, 78 and 85. RGB value is (96,120,133). Sum of RGB (Red+Green+Blue) = 96+120+133=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #607885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607885 is #9F877A. Grayscale: #727272. Windows color (decimal): -10454907 or 8747104. OLE color: 8747104.

HSL color Cylindrical-coordinate representation of color #607885: hue angle of 201.08º 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 #607885 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96120133-
CMYK0.280.1000.48
HSL201.08º16.16%44.9%-
HSV(B)201.08º27.82%52.16%-
XYZ15.7717.6124.76-
YUV114.31138.55114.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=27.51%
G=34.38%
B=38.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961201330.280.1000.48201.0816.1644.9
Hex6078851CA030c9102d
Octal14017020534120603112055
Binary110000011110001000010111100101001100001100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607885; }

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

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

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

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

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

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

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

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