Html Css Color HEX #618184 Hoki

📋 copy color: '#618184'

red 97 ◦ green 129 ◦ blue 132

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

Shades of Hoki #618184

Tints of Hoki #618184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 27.09%
G = 36.03%
B = 36.87%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#618184 (or 0x618184) is known color: Hoki. HEX triplet: 61, 81 and 84. RGB value is (97,129,132). Sum of RGB (Red+Green+Blue) = 97+129+132=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #618184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618184 is #9E7E7B. Grayscale: #777777. Windows color (decimal): -10387068 or 8683873. OLE color: 8683873.

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

Color convert

RGB 97 129 132 -
CMYK 0.27 0.02 0 0.48
HSL 185.14º 0.15% 0.45% -
HSV(B) 185.14º 0.27% 0.52% -
XYZ 16.94 19.91 24.78 -
YUV 119.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 97 129 132 0.27 0.02 0 0.48 185.14 0.15 0.45
Hex 61 81 84 1B 2 0 30 B9 F 2D
Octal 141 201 204 33 2 0 60 271 17 55
Binary 1100001 10000001 10000100 11011 10 0 110000 10111001 1111 101101

Color Harmonies of #618184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618184

Black with #618184

Text Example


Text Example

White with #618184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618184; }

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

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

background-color css

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

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

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

border-color css

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

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

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