Html Css Color HEX #6961A6 Scampi

📋 copy color: '#6961A6'

red 105 ◦ green 97 ◦ blue 166

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

Shades of Scampi #6961A6

Tints of Scampi #6961A6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 28.53%
G = 26.36%
B = 45.11%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6961A6 (or 0x6961A6) is known color: Scampi. HEX triplet: 69, 61 and A6. RGB value is (105,97,166). Sum of RGB (Red+Green+Blue) = 105+97+166=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #6961A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6961A6 is #969E59. Grayscale: #6A6A6A. Windows color (decimal): -9870938 or 10903913. OLE color: 10903913.

HSL color Cylindrical-coordinate representation of color #6961A6: hue angle of 246.96º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6961A6 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 97 166 -
CMYK 0.37 0.42 0 0.35
HSL 246.96º 0.28% 0.52% -
HSV(B) 246.96º 0.42% 0.65% -
XYZ 16.98 14.31 37.94 -
YUV 107.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 105 97 166 0.37 0.42 0 0.35 246.96 0.28 0.52
Hex 69 61 A6 25 2A 0 23 F7 1C 34
Octal 151 141 246 45 52 0 43 367 34 64
Binary 1101001 1100001 10100110 100101 101010 0 100011 11110111 11100 110100

Color Harmonies of #6961A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961A6

Black with #6961A6

Text Example


Text Example

White with #6961A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6961A6; }

 p { color: rgb(105,97,166); }

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

background-color css

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

 a { background-color: rgb(105,97,166); }

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

border-color css

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

 span { border-color: rgb(105,97,166); }

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