Html Css Color HEX #636399 Scampi

📋 copy color: '#636399'

red 99 ◦ green 99 ◦ blue 153

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

Shades of Scampi #636399

Tints of Scampi #636399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 28.21%
G = 28.21%
B = 43.59%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#636399 (or 0x636399) is known color: Scampi. HEX triplet: 63, 63 and 99. RGB value is (99,99,153). Sum of RGB (Red+Green+Blue) = 99+99+153=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #636399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636399 is #9C9C66. Grayscale: #686868. Windows color (decimal): -10263655 or 10052451. OLE color: 10052451.

HSL color Cylindrical-coordinate representation of color #636399: hue angle of 240º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #636399 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 99 153 -
CMYK 0.35 0.35 0 0.4
HSL 240º 0.21% 0.49% -
HSV(B) 240º 0.35% 0.6% -
XYZ 15.36 13.88 32.01 -
YUV 105.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 99 99 153 0.35 0.35 0 0.4 240 0.21 0.49
Hex 63 63 99 23 23 0 28 F0 15 31
Octal 143 143 231 43 43 0 50 360 25 61
Binary 1100011 1100011 10011001 100011 100011 0 101000 11110000 10101 110001

Color Harmonies of #636399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636399

Black with #636399

Text Example


Text Example

White with #636399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636399; }

 p { color: rgb(99,99,153); }

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

background-color css

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

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

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

border-color css

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

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

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