Html Css Color HEX #696592 Scampi

📋 copy color: '#696592'

red 105 ◦ green 101 ◦ blue 146

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

Shades of Scampi #696592

Tints of Scampi #696592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

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

R = 29.83%
G = 28.69%
B = 41.48%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696592 (or 0x696592) is known color: Scampi. HEX triplet: 69, 65 and 92. RGB value is (105,101,146). Sum of RGB (Red+Green+Blue) = 105+101+146=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #696592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696592 is #969A6D. Grayscale: #6B6B6B. Windows color (decimal): -9869934 or 9594217. OLE color: 9594217.

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

Color convert

RGB 105 101 146 -
CMYK 0.28 0.31 0 0.43
HSL 245.33º 0.18% 0.48% -
HSV(B) 245.33º 0.31% 0.57% -
XYZ 15.67 14.39 29.15 -
YUV 107.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 105 101 146 0.28 0.31 0 0.43 245.33 0.18 0.48
Hex 69 65 92 1C 1F 0 2B F5 12 30
Octal 151 145 222 34 37 0 53 365 22 60
Binary 1101001 1100101 10010010 11100 11111 0 101011 11110101 10010 110000

Color Harmonies of #696592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696592

Black with #696592

Text Example


Text Example

White with #696592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696592; }

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

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

background-color css

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

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

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

border-color css

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

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

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