Html Css Color HEX #617F83 Hoki

📋 copy color: '#617F83'

red 97 ◦ green 127 ◦ blue 131

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

Shades of Hoki #617F83

Tints of Hoki #617F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.9%

R = 27.32%
G = 35.77%
B = 36.9%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617F83 (or 0x617F83) is known color: Hoki. HEX triplet: 61, 7F and 83. RGB value is (97,127,131). Sum of RGB (Red+Green+Blue) = 97+127+131=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 131 - color contains mainly: blue. Hex color #617F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F83 is #9E807C. Grayscale: #767676. Windows color (decimal): -10387581 or 8617825. OLE color: 8617825.

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

Color convert

RGB 97 127 131 -
CMYK 0.26 0.03 0 0.49
HSL 187.06º 0.15% 0.45% -
HSV(B) 187.06º 0.26% 0.51% -
XYZ 16.62 19.36 24.33 -
YUV 118.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 97 127 131 0.26 0.03 0 0.49 187.06 0.15 0.45
Hex 61 7F 83 1A 3 0 31 BB F 2D
Octal 141 177 203 32 3 0 61 273 17 55
Binary 1100001 1111111 10000011 11010 11 0 110001 10111011 1111 101101

Color Harmonies of #617F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F83

Black with #617F83

Text Example


Text Example

White with #617F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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