Html Css Color HEX #63609C Scampi

📋 copy color: '#63609C'

red 99 ◦ green 96 ◦ blue 156

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

Shades of Scampi #63609C

Tints of Scampi #63609C

RGB

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

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

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

R = 28.21%
G = 27.35%
B = 44.44%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63609C (or 0x63609C) is known color: Scampi. HEX triplet: 63, 60 and 9C. RGB value is (99,96,156). Sum of RGB (Red+Green+Blue) = 99+96+156=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #63609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609C is #9C9F63. Grayscale: #676767. Windows color (decimal): -10264420 or 10248291. OLE color: 10248291.

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

Color convert

RGB 99 96 156 -
CMYK 0.37 0.38 0 0.39
HSL 243º 0.24% 0.49% -
HSV(B) 243º 0.38% 0.61% -
XYZ 15.33 13.42 33.23 -
YUV 103.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 99 96 156 0.37 0.38 0 0.39 243 0.24 0.49
Hex 63 60 9C 25 26 0 27 F3 18 31
Octal 143 140 234 45 46 0 47 363 30 61
Binary 1100011 1100000 10011100 100101 100110 0 100111 11110011 11000 110001

Color Harmonies of #63609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63609C

Black with #63609C

Text Example


Text Example

White with #63609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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