Html Css Color HEX #61667B Comet

📋 copy color: '#61667B'

red 97 ◦ green 102 ◦ blue 123

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

Shades of Comet #61667B

Tints of Comet #61667B

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.2%

R = 30.12%
G = 31.68%
B = 38.2%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61667B (or 0x61667B) is known color: 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

RGB 97 102 123 -
CMYK 0.21 0.17 0 0.52
HSL 228.46º 0.12% 0.43% -
HSV(B) 228.46º 0.21% 0.48% -
XYZ 13.26 13.47 20.64 -
YUV 102.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 97 102 123 0.21 0.17 0 0.52 228.46 0.12 0.43
Hex 61 66 7B 15 11 0 34 E4 C 2B
Octal 141 146 173 25 21 0 64 344 14 53
Binary 1100001 1100110 1111011 10101 10001 0 110100 11100100 1100 101011

Color Harmonies of #61667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61667B

Black with #61667B

Text Example


Text Example

White with #61667B

Text Example


Text Example

HTML Codes & Css Web 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>