#61667B

Color #61667B Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #61667B

Tints of Comet #61667B

Color information

#61667B (or 0x61667B) is unknown color: approx Comet. HEX triplet: 61, 66 and 7B. RGB value is (97,102,123). Sum of RGB (Red+Green+Blue) = 97+102+123=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #61667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61667B is #9E9984. Grayscale: #666666. Windows color (decimal): -10393989 or 8087137. OLE color: 8087137.

HSL color Cylindrical-coordinate representation of color #61667B: hue angle of 228.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61667B is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97102123-
CMYK0.210.1700.52
HSL228.46º11.82%43.14%-
HSV(B)228.46º21.14%48.24%-
XYZ13.2613.4720.64-
YUV102.9139.34123.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=30.12%
G=31.68%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971021230.210.1700.52228.4611.8243.14
Hex61667B1511034e4c2b
Octal14114617325210643441453
Binary11000011100110111101110101100010110100111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61667B;
 }
 .AnyTagClassName
 {
   color: #61667B;
 }
</style>
background-color css

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

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

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

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

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

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