Html Css Color HEX #635F7F Comet

📋 copy color: '#635F7F'

red 99 ◦ green 95 ◦ blue 127

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

Shades of Comet #635F7F

Tints of Comet #635F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

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

R = 30.84%
G = 29.6%
B = 39.56%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#635F7F (or 0x635F7F) is known color: Comet. HEX triplet: 63, 5F and 7F. RGB value is (99,95,127). Sum of RGB (Red+Green+Blue) = 99+95+127=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #635F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F7F is #9CA080. Grayscale: #636363. Windows color (decimal): -10264705 or 8347491. OLE color: 8347491.

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

Color convert

RGB 99 95 127 -
CMYK 0.22 0.25 0 0.50
HSL 247.5º 0.14% 0.44% -
HSV(B) 247.5º 0.25% 0.5% -
XYZ 13.07 12.37 21.78 -
YUV 99.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 99 95 127 0.22 0.25 0 0.50 247.5 0.14 0.44
Hex 63 5F 7F 16 19 0 32 F8 E 2C
Octal 143 137 177 26 31 0 62 370 16 54
Binary 1100011 1011111 1111111 10110 11001 0 110010 11111000 1110 101100

Color Harmonies of #635F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F7F

Black with #635F7F

Text Example


Text Example

White with #635F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635F7F; }

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

 H1.HeaderClassName
 {
   color: #635F7F;
 }
 .AnyTagClassName
 {
   color: #635F7F;
 }
</style>

background-color css

<style>
 a { background-color: #635F7F; }

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

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

border-color css

<style>
 span { border-color: #635F7F; }

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

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