Html Css Color HEX #617B85 Hoki

📋 copy color: '#617B85'

red 97 ◦ green 123 ◦ blue 133

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

Shades of Hoki #617B85

Tints of Hoki #617B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 27.48%
G = 34.84%
B = 37.68%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#617B85 (or 0x617B85) is known color: Hoki. HEX triplet: 61, 7B and 85. RGB value is (97,123,133). Sum of RGB (Red+Green+Blue) = 97+123+133=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #617B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B85 is #9E847A. Grayscale: #747474. Windows color (decimal): -10388603 or 8747873. OLE color: 8747873.

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

Color convert

RGB 97 123 133 -
CMYK 0.27 0.08 0 0.48
HSL 196.67º 0.16% 0.45% -
HSV(B) 196.67º 0.27% 0.52% -
XYZ 16.25 18.4 24.89 -
YUV 116.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 97 123 133 0.27 0.08 0 0.48 196.67 0.16 0.45
Hex 61 7B 85 1B 8 0 30 C5 10 2D
Octal 141 173 205 33 10 0 60 305 20 55
Binary 1100001 1111011 10000101 11011 1000 0 110000 11000101 10000 101101

Color Harmonies of #617B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B85

Black with #617B85

Text Example


Text Example

White with #617B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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