Html Css Color HEX #68699D Scampi

📋 copy color: '#68699D'

red 104 ◦ green 105 ◦ blue 157

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

Shades of Scampi #68699D

Tints of Scampi #68699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 28.42%
G = 28.69%
B = 42.9%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68699D (or 0x68699D) is known color: Scampi. HEX triplet: 68, 69 and 9D. RGB value is (104,105,157). Sum of RGB (Red+Green+Blue) = 104+105+157=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #68699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699D is #979662. Grayscale: #6E6E6E. Windows color (decimal): -9934435 or 10316136. OLE color: 10316136.

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

Color convert

RGB 104 105 157 -
CMYK 0.34 0.33 0 0.38
HSL 238.87º 0.21% 0.51% -
HSV(B) 238.87º 0.34% 0.62% -
XYZ 16.85 15.48 34 -
YUV 110.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 104 105 157 0.34 0.33 0 0.38 238.87 0.21 0.51
Hex 68 69 9D 22 21 0 26 EF 15 33
Octal 150 151 235 42 41 0 46 357 25 63
Binary 1101000 1101001 10011101 100010 100001 0 100110 11101111 10101 110011

Color Harmonies of #68699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68699D

Black with #68699D

Text Example


Text Example

White with #68699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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