Html Css Color HEX #617884 Hoki

📋 copy color: '#617884'

red 97 ◦ green 120 ◦ blue 132

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

Shades of Hoki #617884

Tints of Hoki #617884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 27.79%
G = 34.38%
B = 37.82%

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

#617884 (or 0x617884) is known color: Hoki. HEX triplet: 61, 78 and 84. RGB value is (97,120,132). Sum of RGB (Red+Green+Blue) = 97+120+132=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #617884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617884 is #9E877B. Grayscale: #727272. Windows color (decimal): -10389372 or 8681569. OLE color: 8681569.

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

Color convert

RGB 97 120 132 -
CMYK 0.27 0.09 0 0.48
HSL 200.57º 0.15% 0.45% -
HSV(B) 200.57º 0.27% 0.52% -
XYZ 15.81 17.64 24.4 -
YUV 114.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 97 120 132 0.27 0.09 0 0.48 200.57 0.15 0.45
Hex 61 78 84 1B 9 0 30 C9 F 2D
Octal 141 170 204 33 11 0 60 311 17 55
Binary 1100001 1111000 10000100 11011 1001 0 110000 11001001 1111 101101

Color Harmonies of #617884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617884

Black with #617884

Text Example


Text Example

White with #617884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617884; }

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

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

background-color css

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

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

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

border-color css

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

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

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