Html Css Color HEX #61677D Comet

📋 copy color: '#61677D'

red 97 ◦ green 103 ◦ blue 125

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

Shades of Comet #61677D

Tints of Comet #61677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 29.85%
G = 31.69%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61677D (or 0x61677D) is known color: Comet. HEX triplet: 61, 67 and 7D. RGB value is (97,103,125). Sum of RGB (Red+Green+Blue) = 97+103+125=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #61677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61677D is #9E9882. Grayscale: #676767. Windows color (decimal): -10393731 or 8218465. OLE color: 8218465.

HSL color Cylindrical-coordinate representation of color #61677D: hue angle of 227.14º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61677D is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 103 125 -
CMYK 0.22 0.18 0 0.51
HSL 227.14º 0.13% 0.44% -
HSV(B) 227.14º 0.22% 0.49% -
XYZ 13.48 13.72 21.34 -
YUV 103.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 97 103 125 0.22 0.18 0 0.51 227.14 0.13 0.44
Hex 61 67 7D 16 12 0 33 E3 D 2C
Octal 141 147 175 26 22 0 63 343 15 54
Binary 1100001 1100111 1111101 10110 10010 0 110011 11100011 1101 101100

Color Harmonies of #61677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61677D

Black with #61677D

Text Example


Text Example

White with #61677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61677D; }

 p { color: rgb(97,103,125); }

 H1.HeaderClassName
 {
   color: #61677D;
 }
 .AnyTagClassName
 {
   color: #61677D;
 }
</style>

background-color css

<style>
 a { background-color: #61677D; }

 a { background-color: rgb(97,103,125); }

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

border-color css

<style>
 span { border-color: #61677D; }

 span { border-color: rgb(97,103,125); }

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