Html Css Color HEX #636095 Scampi

📋 copy color: '#636095'

red 99 ◦ green 96 ◦ blue 149

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

Shades of Scampi #636095

Tints of Scampi #636095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 28.78%
G = 27.91%
B = 43.31%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#636095 (or 0x636095) is known color: Scampi. HEX triplet: 63, 60 and 95. RGB value is (99,96,149). Sum of RGB (Red+Green+Blue) = 99+96+149=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #636095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636095 is #9C9F6A. Grayscale: #666666. Windows color (decimal): -10264427 or 9789539. OLE color: 9789539.

HSL color Cylindrical-coordinate representation of color #636095: hue angle of 243.4º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #636095 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 96 149 -
CMYK 0.34 0.36 0 0.42
HSL 243.4º 0.22% 0.48% -
HSV(B) 243.4º 0.36% 0.58% -
XYZ 14.75 13.19 30.2 -
YUV 102.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 99 96 149 0.34 0.36 0 0.42 243.4 0.22 0.48
Hex 63 60 95 22 24 0 2A F3 16 30
Octal 143 140 225 42 44 0 52 363 26 60
Binary 1100011 1100000 10010101 100010 100100 0 101010 11110011 10110 110000

Color Harmonies of #636095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636095

Black with #636095

Text Example


Text Example

White with #636095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636095; }

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

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

background-color css

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

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

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

border-color css

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

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

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