Html Css Color HEX #63607A Comet

📋 copy color: '#63607A'

red 99 ◦ green 96 ◦ blue 122

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

Shades of Comet #63607A

Tints of Comet #63607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 31.23%
G = 30.28%
B = 38.49%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63607A (or 0x63607A) is known color: Comet. HEX triplet: 63, 60 and 7A. RGB value is (99,96,122). Sum of RGB (Red+Green+Blue) = 99+96+122=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #63607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63607A is #9C9F85. Grayscale: #636363. Windows color (decimal): -10264454 or 8020067. OLE color: 8020067.

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

Color convert

RGB 99 96 122 -
CMYK 0.19 0.21 0 0.52
HSL 246.92º 0.12% 0.43% -
HSV(B) 246.92º 0.21% 0.48% -
XYZ 12.84 12.42 20.13 -
YUV 99.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 99 96 122 0.19 0.21 0 0.52 246.92 0.12 0.43
Hex 63 60 7A 13 15 0 34 F7 C 2B
Octal 143 140 172 23 25 0 64 367 14 53
Binary 1100011 1100000 1111010 10011 10101 0 110100 11110111 1100 101011

Color Harmonies of #63607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63607A

Black with #63607A

Text Example


Text Example

White with #63607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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