Html Css Color HEX #617F8C Hoki

📋 copy color: '#617F8C'

red 97 ◦ green 127 ◦ blue 140

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

Shades of Hoki #617F8C

Tints of Hoki #617F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 26.65%
G = 34.89%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#617F8C (or 0x617F8C) is known color: Hoki. HEX triplet: 61, 7F and 8C. RGB value is (97,127,140). Sum of RGB (Red+Green+Blue) = 97+127+140=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #617F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F8C is #9E8073. Grayscale: #777777. Windows color (decimal): -10387572 or 9207649. OLE color: 9207649.

HSL color Cylindrical-coordinate representation of color #617F8C: hue angle of 198.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617F8C is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 127 140 -
CMYK 0.31 0.09 0 0.45
HSL 198.14º 0.18% 0.46% -
HSV(B) 198.14º 0.31% 0.55% -
XYZ 17.25 19.61 27.69 -
YUV 119.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 97 127 140 0.31 0.09 0 0.45 198.14 0.18 0.46
Hex 61 7F 8C 1F 9 0 2D C6 12 2E
Octal 141 177 214 37 11 0 55 306 22 56
Binary 1100001 1111111 10001100 11111 1001 0 101101 11000110 10010 101110

Color Harmonies of #617F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F8C

Black with #617F8C

Text Example


Text Example

White with #617F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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