Html Css Color HEX #61818B Hoki

📋 copy color: '#61818B'

red 97 ◦ green 129 ◦ blue 139

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

Shades of Hoki #61818B

Tints of Hoki #61818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 26.58%
G = 35.34%
B = 38.08%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61818B (or 0x61818B) is known color: Hoki. HEX triplet: 61, 81 and 8B. RGB value is (97,129,139). Sum of RGB (Red+Green+Blue) = 97+129+139=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #61818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818B is #9E7E74. Grayscale: #787878. Windows color (decimal): -10387061 or 9142625. OLE color: 9142625.

HSL color Cylindrical-coordinate representation of color #61818B: hue angle of 194.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61818B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 129 139 -
CMYK 0.30 0.07 0 0.45
HSL 194.29º 0.18% 0.46% -
HSV(B) 194.29º 0.3% 0.55% -
XYZ 17.44 20.11 27.39 -
YUV 120.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 97 129 139 0.30 0.07 0 0.45 194.29 0.18 0.46
Hex 61 81 8B 1E 7 0 2D C2 12 2E
Octal 141 201 213 36 7 0 55 302 22 56
Binary 1100001 10000001 10001011 11110 111 0 101101 11000010 10010 101110

Color Harmonies of #61818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61818B

Black with #61818B

Text Example


Text Example

White with #61818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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