#617885

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

Shades of Hoki #617885

Tints of Hoki #617885

Color information

#617885 (or 0x617885) is unknown color: approx Hoki. HEX triplet: 61, 78 and 85. RGB value is (97,120,133). Sum of RGB (Red+Green+Blue) = 97+120+133=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #617885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617885 is #9E877A. Grayscale: #727272. Windows color (decimal): -10389371 or 8747105. OLE color: 8747105.

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

Color convert

RGB97120133-
CMYK0.270.1000.48
HSL201.67º15.65%45.1%-
HSV(B)201.67º27.07%52.16%-
XYZ15.8817.6724.76-
YUV114.6138.38115.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 133 (52.34% from 255) = 38%
R=27.71%
G=34.29%
B=38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971201330.270.1000.48201.6715.6545.1
Hex6178851BA030ca102d
Octal14117020533120603122055
Binary110000111110001000010111011101001100001100101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617885; }

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

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

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

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

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

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

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

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