Html Css Color HEX #63607F Comet

📋 copy color: '#63607F'

red 99 ◦ green 96 ◦ blue 127

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

Shades of Comet #63607F

Tints of Comet #63607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 30.75%
G = 29.81%
B = 39.44%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63607F (or 0x63607F) is known color: Comet. HEX triplet: 63, 60 and 7F. RGB value is (99,96,127). Sum of RGB (Red+Green+Blue) = 99+96+127=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #63607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63607F is #9C9F80. Grayscale: #646464. Windows color (decimal): -10264449 or 8347747. OLE color: 8347747.

HSL color Cylindrical-coordinate representation of color #63607F: hue angle of 245.81º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63607F is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 96 127 -
CMYK 0.22 0.24 0 0.50
HSL 245.81º 0.14% 0.44% -
HSV(B) 245.81º 0.24% 0.5% -
XYZ 13.16 12.55 21.81 -
YUV 100.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 99 96 127 0.22 0.24 0 0.50 245.81 0.14 0.44
Hex 63 60 7F 16 18 0 32 F6 E 2C
Octal 143 140 177 26 30 0 62 366 16 54
Binary 1100011 1100000 1111111 10110 11000 0 110010 11110110 1110 101100

Color Harmonies of #63607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63607F

Black with #63607F

Text Example


Text Example

White with #63607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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