Html Css Color HEX #61818C Hoki

📋 copy color: '#61818C'

red 97 ◦ green 129 ◦ blue 140

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

Shades of Hoki #61818C

Tints of Hoki #61818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 26.5%
G = 35.25%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61818C (or 0x61818C) is known color: Hoki. HEX triplet: 61, 81 and 8C. RGB value is (97,129,140). Sum of RGB (Red+Green+Blue) = 97+129+140=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #61818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818C is #9E7E73. Grayscale: #787878. Windows color (decimal): -10387060 or 9208161. OLE color: 9208161.

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

Color convert

RGB 97 129 140 -
CMYK 0.31 0.08 0 0.45
HSL 195.35º 0.18% 0.46% -
HSV(B) 195.35º 0.31% 0.55% -
XYZ 17.51 20.14 27.77 -
YUV 120.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 97 129 140 0.31 0.08 0 0.45 195.35 0.18 0.46
Hex 61 81 8C 1F 8 0 2D C3 12 2E
Octal 141 201 214 37 10 0 55 303 22 56
Binary 1100001 10000001 10001100 11111 1000 0 101101 11000011 10010 101110

Color Harmonies of #61818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61818C

Black with #61818C

Text Example


Text Example

White with #61818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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