Html Css Color HEX #61606F Comet

📋 copy color: '#61606F'

red 97 ◦ green 96 ◦ blue 111

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

Shades of Comet #61606F

Tints of Comet #61606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 31.91%
G = 31.58%
B = 36.51%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61606F (or 0x61606F) is known color: Comet. HEX triplet: 61, 60 and 6F. RGB value is (97,96,111). Sum of RGB (Red+Green+Blue) = 97+96+111=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #61606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61606F is #9E9F90. Grayscale: #616161. Windows color (decimal): -10395537 or 7299169. OLE color: 7299169.

HSL color Cylindrical-coordinate representation of color #61606F: hue angle of 244º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61606F is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 96 111 -
CMYK 0.13 0.14 0 0.56
HSL 244º 0.07% 0.41% -
HSV(B) 244º 0.14% 0.44% -
XYZ 11.98 12.05 16.73 -
YUV 98.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 97 96 111 0.13 0.14 0 0.56 244 0.07 0.41
Hex 61 60 6F D E 0 38 F4 7 29
Octal 141 140 157 15 16 0 70 364 7 51
Binary 1100001 1100000 1101111 1101 1110 0 111000 11110100 111 101001

Color Harmonies of #61606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61606F

Black with #61606F

Text Example


Text Example

White with #61606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61606F; }

 p { color: rgb(97,96,111); }

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

background-color css

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

 a { background-color: rgb(97,96,111); }

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

border-color css

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

 span { border-color: rgb(97,96,111); }

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