Html Css Color HEX #68699B Scampi

📋 copy color: '#68699B'

red 104 ◦ green 105 ◦ blue 155

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

Shades of Scampi #68699B

Tints of Scampi #68699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 28.57%
G = 28.85%
B = 42.58%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68699B (or 0x68699B) is known color: Scampi. HEX triplet: 68, 69 and 9B. RGB value is (104,105,155). Sum of RGB (Red+Green+Blue) = 104+105+155=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #68699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699B is #979664. Grayscale: #6E6E6E. Windows color (decimal): -9934437 or 10185064. OLE color: 10185064.

HSL color Cylindrical-coordinate representation of color #68699B: hue angle of 238.82º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68699B is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 105 155 -
CMYK 0.33 0.32 0 0.39
HSL 238.82º 0.2% 0.51% -
HSV(B) 238.82º 0.33% 0.61% -
XYZ 16.68 15.41 33.11 -
YUV 110.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 104 105 155 0.33 0.32 0 0.39 238.82 0.2 0.51
Hex 68 69 9B 21 20 0 27 EF 14 33
Octal 150 151 233 41 40 0 47 357 24 63
Binary 1101000 1101001 10011011 100001 100000 0 100111 11101111 10100 110011

Color Harmonies of #68699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68699B

Black with #68699B

Text Example


Text Example

White with #68699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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