Html Css Color HEX #636094 Scampi

📋 copy color: '#636094'

red 99 ◦ green 96 ◦ blue 148

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

Shades of Scampi #636094

Tints of Scampi #636094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 28.86%
G = 27.99%
B = 43.15%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#636094 (or 0x636094) is known color: Scampi. HEX triplet: 63, 60 and 94. RGB value is (99,96,148). Sum of RGB (Red+Green+Blue) = 99+96+148=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #636094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636094 is #9C9F6B. Grayscale: #666666. Windows color (decimal): -10264428 or 9724003. OLE color: 9724003.

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

Color convert

RGB 99 96 148 -
CMYK 0.33 0.35 0 0.42
HSL 243.46º 0.21% 0.48% -
HSV(B) 243.46º 0.35% 0.58% -
XYZ 14.67 13.16 29.78 -
YUV 102.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 99 96 148 0.33 0.35 0 0.42 243.46 0.21 0.48
Hex 63 60 94 21 23 0 2A F3 15 30
Octal 143 140 224 41 43 0 52 363 25 60
Binary 1100011 1100000 10010100 100001 100011 0 101010 11110011 10101 110000

Color Harmonies of #636094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636094

Black with #636094

Text Example


Text Example

White with #636094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636094; }

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

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

background-color css

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

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

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

border-color css

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

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

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