Html Css Color HEX #68639D Scampi

📋 copy color: '#68639D'

red 104 ◦ green 99 ◦ blue 157

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

Shades of Scampi #68639D

Tints of Scampi #68639D

RGB

 RED value IS 104 (41.02% from 255) = 28.89%

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 28.89%
G = 27.5%
B = 43.61%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68639D (or 0x68639D) is known color: Scampi. HEX triplet: 68, 63 and 9D. RGB value is (104,99,157). Sum of RGB (Red+Green+Blue) = 104+99+157=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #68639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639D is #979C62. Grayscale: #6A6A6A. Windows color (decimal): -9935971 or 10314600. OLE color: 10314600.

HSL color Cylindrical-coordinate representation of color #68639D: hue angle of 245.17º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68639D is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 99 157 -
CMYK 0.34 0.37 0 0.38
HSL 245.17º 0.23% 0.5% -
HSV(B) 245.17º 0.37% 0.62% -
XYZ 16.26 14.3 33.8 -
YUV 107.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 104 99 157 0.34 0.37 0 0.38 245.17 0.23 0.5
Hex 68 63 9D 22 25 0 26 F5 17 32
Octal 150 143 235 42 45 0 46 365 27 62
Binary 1101000 1100011 10011101 100010 100101 0 100110 11110101 10111 110010

Color Harmonies of #68639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68639D

Black with #68639D

Text Example


Text Example

White with #68639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68639D; }

 p { color: rgb(104,99,157); }

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

background-color css

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

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

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

border-color css

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

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

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