Html Css Color HEX #617985 Hoki

📋 copy color: '#617985'

red 97 ◦ green 121 ◦ blue 133

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

Shades of Hoki #617985

Tints of Hoki #617985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 27.64%
G = 34.47%
B = 37.89%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#617985 (or 0x617985) is known color: Hoki. HEX triplet: 61, 79 and 85. RGB value is (97,121,133). Sum of RGB (Red+Green+Blue) = 97+121+133=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #617985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617985 is #9E867A. Grayscale: #737373. Windows color (decimal): -10389115 or 8747361. OLE color: 8747361.

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

Color convert

RGB 97 121 133 -
CMYK 0.27 0.09 0 0.48
HSL 200º 0.16% 0.45% -
HSV(B) 200º 0.27% 0.52% -
XYZ 16 17.91 24.8 -
YUV 115.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 97 121 133 0.27 0.09 0 0.48 200 0.16 0.45
Hex 61 79 85 1B 9 0 30 C8 10 2D
Octal 141 171 205 33 11 0 60 310 20 55
Binary 1100001 1111001 10000101 11011 1001 0 110000 11001000 10000 101101

Color Harmonies of #617985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617985

Black with #617985

Text Example


Text Example

White with #617985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617985; }

 p { color: rgb(97,121,133); }

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

background-color css

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

 a { background-color: rgb(97,121,133); }

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

border-color css

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

 span { border-color: rgb(97,121,133); }

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