Html Css Color HEX #61667F Comet

📋 copy color: '#61667F'

red 97 ◦ green 102 ◦ blue 127

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

Shades of Comet #61667F

Tints of Comet #61667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 29.75%
G = 31.29%
B = 38.96%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61667F (or 0x61667F) is known color: Comet. HEX triplet: 61, 66 and 7F. RGB value is (97,102,127). Sum of RGB (Red+Green+Blue) = 97+102+127=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #61667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61667F is #9E9980. Grayscale: #676767. Windows color (decimal): -10393985 or 8349281. OLE color: 8349281.

HSL color Cylindrical-coordinate representation of color #61667F: hue angle of 230º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61667F is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 102 127 -
CMYK 0.24 0.20 0 0.50
HSL 230º 0.13% 0.44% -
HSV(B) 230º 0.24% 0.5% -
XYZ 13.51 13.58 21.99 -
YUV 103.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 97 102 127 0.24 0.20 0 0.50 230 0.13 0.44
Hex 61 66 7F 18 14 0 32 E6 D 2C
Octal 141 146 177 30 24 0 62 346 15 54
Binary 1100001 1100110 1111111 11000 10100 0 110010 11100110 1101 101100

Color Harmonies of #61667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61667F

Black with #61667F

Text Example


Text Example

White with #61667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,102,127); }

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

background-color css

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

 a { background-color: rgb(97,102,127); }

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

border-color css

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

 span { border-color: rgb(97,102,127); }

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