Html Css Color HEX #61808D Hoki

📋 copy color: '#61808D'

red 97 ◦ green 128 ◦ blue 141

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

Shades of Hoki #61808D

Tints of Hoki #61808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 26.5%
G = 34.97%
B = 38.52%

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

#61808D (or 0x61808D) is known color: Hoki. HEX triplet: 61, 80 and 8D. RGB value is (97,128,141). Sum of RGB (Red+Green+Blue) = 97+128+141=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #61808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61808D is #9E7F72. Grayscale: #787878. Windows color (decimal): -10387315 or 9273441. OLE color: 9273441.

HSL color Cylindrical-coordinate representation of color #61808D: hue angle of 197.73º 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 #61808D is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 128 141 -
CMYK 0.31 0.09 0 0.45
HSL 197.73º 0.18% 0.47% -
HSV(B) 197.73º 0.31% 0.55% -
XYZ 17.46 19.9 28.12 -
YUV 120.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 97 128 141 0.31 0.09 0 0.45 197.73 0.18 0.47
Hex 61 80 8D 1F 9 0 2D C6 12 2F
Octal 141 200 215 37 11 0 55 306 22 57
Binary 1100001 10000000 10001101 11111 1001 0 101101 11000110 10010 101111

Color Harmonies of #61808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61808D

Black with #61808D

Text Example


Text Example

White with #61808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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