Html Css Color HEX #617C87 Hoki

📋 copy color: '#617C87'

red 97 ◦ green 124 ◦ blue 135

#617C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #617C87

Tints of Hoki #617C87

RGB

 RED value IS 97 (38.28% from 255) = 27.25%

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 135 (53.13% from 255) = 37.92%

R = 27.25%
G = 34.83%
B = 37.92%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#617C87 (or 0x617C87) is known color: Hoki. HEX triplet: 61, 7C and 87. RGB value is (97,124,135). Sum of RGB (Red+Green+Blue) = 97+124+135=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #617C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C87 is #9E8378. Grayscale: #757575. Windows color (decimal): -10388345 or 8879201. OLE color: 8879201.

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

Color convert

RGB 97 124 135 -
CMYK 0.28 0.08 0 0.47
HSL 197.37º 0.16% 0.45% -
HSV(B) 197.37º 0.28% 0.53% -
XYZ 16.51 18.71 25.66 -
YUV 117.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 97 124 135 0.28 0.08 0 0.47 197.37 0.16 0.45
Hex 61 7C 87 1C 8 0 2F C5 10 2D
Octal 141 174 207 34 10 0 57 305 20 55
Binary 1100001 1111100 10000111 11100 1000 0 101111 11000101 10000 101101

Color Harmonies of #617C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C87

Black with #617C87

Text Example


Text Example

White with #617C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617C87; }

 p { color: rgb(97,124,135); }

 H1.HeaderClassName
 {
   color: #617C87;
 }
 .AnyTagClassName
 {
   color: #617C87;
 }
</style>

background-color css

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

 a { background-color: rgb(97,124,135); }

 div.DivClassName
 {
   background-color: #617C87;
 }
 .BgClassName
 {
   background-color: #617C87;
 }
</style>

border-color css

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

 span { border-color: rgb(97,124,135); }

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