Html Css Color HEX #635F9C Scampi

📋 copy color: '#635F9C'

red 99 ◦ green 95 ◦ blue 156

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

Shades of Scampi #635F9C

Tints of Scampi #635F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 28.29%
G = 27.14%
B = 44.57%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#635F9C (or 0x635F9C) is known color: Scampi. HEX triplet: 63, 5F and 9C. RGB value is (99,95,156). Sum of RGB (Red+Green+Blue) = 99+95+156=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #635F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F9C is #9CA063. Grayscale: #666666. Windows color (decimal): -10264676 or 10248035. OLE color: 10248035.

HSL color Cylindrical-coordinate representation of color #635F9C: hue angle of 243.93º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #635F9C is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 95 156 -
CMYK 0.37 0.39 0 0.39
HSL 243.93º 0.24% 0.49% -
HSV(B) 243.93º 0.39% 0.61% -
XYZ 15.24 13.24 33.2 -
YUV 103.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 99 95 156 0.37 0.39 0 0.39 243.93 0.24 0.49
Hex 63 5F 9C 25 27 0 27 F4 18 31
Octal 143 137 234 45 47 0 47 364 30 61
Binary 1100011 1011111 10011100 100101 100111 0 100111 11110100 11000 110001

Color Harmonies of #635F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F9C

Black with #635F9C

Text Example


Text Example

White with #635F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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