Html Css Color HEX #617F82 Hoki

📋 copy color: '#617F82'

red 97 ◦ green 127 ◦ blue 130

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

Shades of Hoki #617F82

Tints of Hoki #617F82

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 27.4%
G = 35.88%
B = 36.72%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617F82 (or 0x617F82) is known color: Hoki. HEX triplet: 61, 7F and 82. RGB value is (97,127,130). Sum of RGB (Red+Green+Blue) = 97+127+130=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #617F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F82 is #9E807D. Grayscale: #767676. Windows color (decimal): -10387582 or 8552289. OLE color: 8552289.

HSL color Cylindrical-coordinate representation of color #617F82: hue angle of 185.45º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617F82 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 127 130 -
CMYK 0.25 0.02 0 0.49
HSL 185.45º 0.15% 0.45% -
HSV(B) 185.45º 0.25% 0.51% -
XYZ 16.55 19.33 23.98 -
YUV 118.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 97 127 130 0.25 0.02 0 0.49 185.45 0.15 0.45
Hex 61 7F 82 19 2 0 31 B9 F 2D
Octal 141 177 202 31 2 0 61 271 17 55
Binary 1100001 1111111 10000010 11001 10 0 110001 10111001 1111 101101

Color Harmonies of #617F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F82

Black with #617F82

Text Example


Text Example

White with #617F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,127,130); }

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

background-color css

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

 a { background-color: rgb(97,127,130); }

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

border-color css

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

 span { border-color: rgb(97,127,130); }

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