Html Css Color HEX #696790 Scampi

📋 copy color: '#696790'

red 105 ◦ green 103 ◦ blue 144

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

Shades of Scampi #696790

Tints of Scampi #696790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 29.83%
G = 29.26%
B = 40.91%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696790 (or 0x696790) is known color: Scampi. HEX triplet: 69, 67 and 90. RGB value is (105,103,144). Sum of RGB (Red+Green+Blue) = 105+103+144=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #696790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696790 is #96986F. Grayscale: #6C6C6C. Windows color (decimal): -9869424 or 9463657. OLE color: 9463657.

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

Color convert

RGB 105 103 144 -
CMYK 0.27 0.28 0 0.44
HSL 242.93º 0.17% 0.48% -
HSV(B) 242.93º 0.28% 0.56% -
XYZ 15.71 14.72 28.4 -
YUV 108.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 105 103 144 0.27 0.28 0 0.44 242.93 0.17 0.48
Hex 69 67 90 1B 1C 0 2C F3 11 30
Octal 151 147 220 33 34 0 54 363 21 60
Binary 1101001 1100111 10010000 11011 11100 0 101100 11110011 10001 110000

Color Harmonies of #696790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696790

Black with #696790

Text Example


Text Example

White with #696790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696790; }

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

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

background-color css

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

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

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

border-color css

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

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

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