Html Css Color HEX #696690 Scampi

📋 copy color: '#696690'

red 105 ◦ green 102 ◦ blue 144

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

Shades of Scampi #696690

Tints of Scampi #696690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 29.91%
G = 29.06%
B = 41.03%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696690 (or 0x696690) is known color: Scampi. HEX triplet: 69, 66 and 90. RGB value is (105,102,144). Sum of RGB (Red+Green+Blue) = 105+102+144=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #696690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696690 is #96996F. Grayscale: #6B6B6B. Windows color (decimal): -9869680 or 9463401. OLE color: 9463401.

HSL color Cylindrical-coordinate representation of color #696690: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696690 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 102 144 -
CMYK 0.27 0.29 0 0.44
HSL 244.29º 0.17% 0.48% -
HSV(B) 244.29º 0.29% 0.56% -
XYZ 15.61 14.52 28.37 -
YUV 107.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 105 102 144 0.27 0.29 0 0.44 244.29 0.17 0.48
Hex 69 66 90 1B 1D 0 2C F4 11 30
Octal 151 146 220 33 35 0 54 364 21 60
Binary 1101001 1100110 10010000 11011 11101 0 101100 11110100 10001 110000

Color Harmonies of #696690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696690

Black with #696690

Text Example


Text Example

White with #696690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696690; }

 p { color: rgb(105,102,144); }

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

background-color css

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

 a { background-color: rgb(105,102,144); }

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

border-color css

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

 span { border-color: rgb(105,102,144); }

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