Html Css Color HEX #617A86 Hoki

📋 copy color: '#617A86'

red 97 ◦ green 122 ◦ blue 134

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

Shades of Hoki #617A86

Tints of Hoki #617A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 134 (52.73% from 255) = 37.96%

R = 27.48%
G = 34.56%
B = 37.96%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#617A86 (or 0x617A86) is known color: Hoki. HEX triplet: 61, 7A and 86. RGB value is (97,122,134). Sum of RGB (Red+Green+Blue) = 97+122+134=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #617A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A86 is #9E8579. Grayscale: #737373. Windows color (decimal): -10388858 or 8813153. OLE color: 8813153.

HSL color Cylindrical-coordinate representation of color #617A86: hue angle of 199.46º 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 #617A86 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 122 134 -
CMYK 0.28 0.09 0 0.47
HSL 199.46º 0.16% 0.45% -
HSV(B) 199.46º 0.28% 0.53% -
XYZ 16.19 18.18 25.21 -
YUV 115.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 97 122 134 0.28 0.09 0 0.47 199.46 0.16 0.45
Hex 61 7A 86 1C 9 0 2F C7 10 2D
Octal 141 172 206 34 11 0 57 307 20 55
Binary 1100001 1111010 10000110 11100 1001 0 101111 11000111 10000 101101

Color Harmonies of #617A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A86

Black with #617A86

Text Example


Text Example

White with #617A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,122,134); }

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

background-color css

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

 a { background-color: rgb(97,122,134); }

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

border-color css

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

 span { border-color: rgb(97,122,134); }

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