Html Css Color HEX #63607D Comet

📋 copy color: '#63607D'

red 99 ◦ green 96 ◦ blue 125

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

Shades of Comet #63607D

Tints of Comet #63607D

RGB

 RED value IS 99 (39.06% from 255) = 30.94%

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 30.94%
G = 30%
B = 39.06%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63607D (or 0x63607D) is known color: Comet. HEX triplet: 63, 60 and 7D. RGB value is (99,96,125). Sum of RGB (Red+Green+Blue) = 99+96+125=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 96 (37.89% from 255 or 30% 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 #63607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63607D is #9C9F82. Grayscale: #646464. Windows color (decimal): -10264451 or 8216675. OLE color: 8216675.

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

Color convert

RGB 99 96 125 -
CMYK 0.21 0.23 0 0.51
HSL 246.21º 0.13% 0.43% -
HSV(B) 246.21º 0.23% 0.49% -
XYZ 13.03 12.5 21.13 -
YUV 100.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 99 96 125 0.21 0.23 0 0.51 246.21 0.13 0.43
Hex 63 60 7D 15 17 0 33 F6 D 2B
Octal 143 140 175 25 27 0 63 366 15 53
Binary 1100011 1100000 1111101 10101 10111 0 110011 11110110 1101 101011

Color Harmonies of #63607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63607D

Black with #63607D

Text Example


Text Example

White with #63607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,96,125); }

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

background-color css

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

 a { background-color: rgb(99,96,125); }

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

border-color css

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

 span { border-color: rgb(99,96,125); }

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