Html Css Color HEX #617F84 Hoki

📋 copy color: '#617F84'

red 97 ◦ green 127 ◦ blue 132

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

Shades of Hoki #617F84

Tints of Hoki #617F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 27.25%
G = 35.67%
B = 37.08%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#617F84 (or 0x617F84) is known color: Hoki. HEX triplet: 61, 7F and 84. RGB value is (97,127,132). Sum of RGB (Red+Green+Blue) = 97+127+132=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #617F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F84 is #9E807B. Grayscale: #767676. Windows color (decimal): -10387580 or 8683361. OLE color: 8683361.

HSL color Cylindrical-coordinate representation of color #617F84: hue angle of 188.57º degrees, saturation: 0.15, 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 #617F84 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 127 132 -
CMYK 0.27 0.04 0 0.48
HSL 188.57º 0.15% 0.45% -
HSV(B) 188.57º 0.27% 0.52% -
XYZ 16.68 19.39 24.69 -
YUV 118.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 97 127 132 0.27 0.04 0 0.48 188.57 0.15 0.45
Hex 61 7F 84 1B 4 0 30 BD F 2D
Octal 141 177 204 33 4 0 60 275 17 55
Binary 1100001 1111111 10000100 11011 100 0 110000 10111101 1111 101101

Color Harmonies of #617F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F84

Black with #617F84

Text Example


Text Example

White with #617F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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