Html Css Color HEX #69689D Scampi

📋 copy color: '#69689D'

red 105 ◦ green 104 ◦ blue 157

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

Shades of Scampi #69689D

Tints of Scampi #69689D

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69689D (or 0x69689D) is known color: Scampi. HEX triplet: 69, 68 and 9D. RGB value is (105,104,157). Sum of RGB (Red+Green+Blue) = 105+104+157=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 104 (41.02% from 255 or 28.42% 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 #69689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69689D is #969762. Grayscale: #6E6E6E. Windows color (decimal): -9869155 or 10315881. OLE color: 10315881.

HSL color Cylindrical-coordinate representation of color #69689D: hue angle of 241.13º 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 #69689D is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 104 157 -
CMYK 0.33 0.34 0 0.38
HSL 241.13º 0.21% 0.51% -
HSV(B) 241.13º 0.34% 0.62% -
XYZ 16.86 15.34 33.97 -
YUV 110.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 105 104 157 0.33 0.34 0 0.38 241.13 0.21 0.51
Hex 69 68 9D 21 22 0 26 F1 15 33
Octal 151 150 235 41 42 0 46 361 25 63
Binary 1101001 1101000 10011101 100001 100010 0 100110 11110001 10101 110011

Color Harmonies of #69689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69689D

Black with #69689D

Text Example


Text Example

White with #69689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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