Html Css Color HEX #61657B Comet

📋 copy color: '#61657B'

red 97 ◦ green 101 ◦ blue 123

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

Shades of Comet #61657B

Tints of Comet #61657B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 30.22%
G = 31.46%
B = 38.32%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61657B (or 0x61657B) is known color: Comet. HEX triplet: 61, 65 and 7B. RGB value is (97,101,123). Sum of RGB (Red+Green+Blue) = 97+101+123=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #61657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61657B is #9E9A84. Grayscale: #666666. Windows color (decimal): -10394245 or 8086881. OLE color: 8086881.

HSL color Cylindrical-coordinate representation of color #61657B: hue angle of 230.77º 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 #61657B is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 101 123 -
CMYK 0.21 0.18 0 0.52
HSL 230.77º 0.12% 0.43% -
HSV(B) 230.77º 0.21% 0.48% -
XYZ 13.16 13.28 20.61 -
YUV 102.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 97 101 123 0.21 0.18 0 0.52 230.77 0.12 0.43
Hex 61 65 7B 15 12 0 34 E7 C 2B
Octal 141 145 173 25 22 0 64 347 14 53
Binary 1100001 1100101 1111011 10101 10010 0 110100 11100111 1100 101011

Color Harmonies of #61657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61657B

Black with #61657B

Text Example


Text Example

White with #61657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61657B;
 }
 .AnyTagClassName
 {
   color: #61657B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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