Html Css Color HEX #61627D Comet

📋 copy color: '#61627D'

red 97 ◦ green 98 ◦ blue 125

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

Shades of Comet #61627D

Tints of Comet #61627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 30.31%
G = 30.63%
B = 39.06%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61627D (or 0x61627D) is known color: Comet. HEX triplet: 61, 62 and 7D. RGB value is (97,98,125). Sum of RGB (Red+Green+Blue) = 97+98+125=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #61627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61627D is #9E9D82. Grayscale: #646464. Windows color (decimal): -10395011 or 8217185. OLE color: 8217185.

HSL color Cylindrical-coordinate representation of color #61627D: hue angle of 237.86º 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 #61627D is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 98 125 -
CMYK 0.22 0.22 0 0.51
HSL 237.86º 0.13% 0.44% -
HSV(B) 237.86º 0.22% 0.49% -
XYZ 13 12.76 21.18 -
YUV 100.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 97 98 125 0.22 0.22 0 0.51 237.86 0.13 0.44
Hex 61 62 7D 16 16 0 33 EE D 2C
Octal 141 142 175 26 26 0 63 356 15 54
Binary 1100001 1100010 1111101 10110 10110 0 110011 11101110 1101 101100

Color Harmonies of #61627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61627D

Black with #61627D

Text Example


Text Example

White with #61627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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