Html Css Color HEX #6A659E Scampi

📋 copy color: '#6A659E'

red 106 ◦ green 101 ◦ blue 158

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

Shades of Scampi #6A659E

Tints of Scampi #6A659E

RGB

 RED value IS 106 (41.8% from 255) = 29.04%

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 29.04%
G = 27.67%
B = 43.29%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A659E (or 0x6A659E) is known color: Scampi. HEX triplet: 6A, 65 and 9E. RGB value is (106,101,158). Sum of RGB (Red+Green+Blue) = 106+101+158=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A659E is #959A61. Grayscale: #6C6C6C. Windows color (decimal): -9804386 or 10380650. OLE color: 10380650.

HSL color Cylindrical-coordinate representation of color #6A659E: hue angle of 245.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A659E is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 101 158 -
CMYK 0.33 0.36 0 0.38
HSL 245.26º 0.23% 0.51% -
HSV(B) 245.26º 0.36% 0.62% -
XYZ 16.77 14.84 34.33 -
YUV 108.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 106 101 158 0.33 0.36 0 0.38 245.26 0.23 0.51
Hex 6A 65 9E 21 24 0 26 F5 17 33
Octal 152 145 236 41 44 0 46 365 27 63
Binary 1101010 1100101 10011110 100001 100100 0 100110 11110101 10111 110011

Color Harmonies of #6A659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A659E

Black with #6A659E

Text Example


Text Example

White with #6A659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A659E; }

 p { color: rgb(106,101,158); }

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

background-color css

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

 a { background-color: rgb(106,101,158); }

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

border-color css

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

 span { border-color: rgb(106,101,158); }

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