Html Css Color HEX #61818D Hoki

📋 copy color: '#61818D'

red 97 ◦ green 129 ◦ blue 141

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

Shades of Hoki #61818D

Tints of Hoki #61818D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 26.43%
G = 35.15%
B = 38.42%

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

#61818D (or 0x61818D) is known color: Hoki. HEX triplet: 61, 81 and 8D. RGB value is (97,129,141). Sum of RGB (Red+Green+Blue) = 97+129+141=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #61818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818D is #9E7E72. Grayscale: #787878. Windows color (decimal): -10387059 or 9273697. OLE color: 9273697.

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

Color convert

RGB 97 129 141 -
CMYK 0.31 0.09 0 0.45
HSL 196.36º 0.18% 0.47% -
HSV(B) 196.36º 0.31% 0.55% -
XYZ 17.59 20.16 28.16 -
YUV 120.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 97 129 141 0.31 0.09 0 0.45 196.36 0.18 0.47
Hex 61 81 8D 1F 9 0 2D C4 12 2F
Octal 141 201 215 37 11 0 55 304 22 57
Binary 1100001 10000001 10001101 11111 1001 0 101101 11000100 10010 101111

Color Harmonies of #61818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61818D

Black with #61818D

Text Example


Text Example

White with #61818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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