Html Css Color HEX #696892 Scampi

📋 copy color: '#696892'

red 105 ◦ green 104 ◦ blue 146

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

Shades of Scampi #696892

Tints of Scampi #696892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 29.58%
G = 29.3%
B = 41.13%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696892 (or 0x696892) is known color: Scampi. HEX triplet: 69, 68 and 92. RGB value is (105,104,146). Sum of RGB (Red+Green+Blue) = 105+104+146=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #696892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696892 is #96976D. Grayscale: #6C6C6C. Windows color (decimal): -9869166 or 9594985. OLE color: 9594985.

HSL color Cylindrical-coordinate representation of color #696892: hue angle of 241.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696892 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 104 146 -
CMYK 0.28 0.29 0 0.43
HSL 241.43º 0.17% 0.49% -
HSV(B) 241.43º 0.29% 0.57% -
XYZ 15.96 14.98 29.24 -
YUV 109.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 105 104 146 0.28 0.29 0 0.43 241.43 0.17 0.49
Hex 69 68 92 1C 1D 0 2B F1 11 31
Octal 151 150 222 34 35 0 53 361 21 61
Binary 1101001 1101000 10010010 11100 11101 0 101011 11110001 10001 110001

Color Harmonies of #696892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696892

Black with #696892

Text Example


Text Example

White with #696892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696892; }

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

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

background-color css

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

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

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

border-color css

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

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

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