Html Css Color HEX #6E65AB Scampi

📋 copy color: '#6E65AB'

red 110 ◦ green 101 ◦ blue 171

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

Shades of Scampi #6E65AB

Tints of Scampi #6E65AB

RGB

 RED value IS 110 (43.36% from 255) = 28.8%

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 28.8%
G = 26.44%
B = 44.76%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E65AB (or 0x6E65AB) is known color: Scampi. HEX triplet: 6E, 65 and AB. RGB value is (110,101,171). Sum of RGB (Red+Green+Blue) = 110+101+171=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E65AB is #919A54. Grayscale: #6F6F6F. Windows color (decimal): -9542229 or 11232622. OLE color: 11232622.

HSL color Cylindrical-coordinate representation of color #6E65AB: hue angle of 247.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E65AB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 101 171 -
CMYK 0.36 0.41 0 0.33
HSL 247.71º 0.29% 0.53% -
HSV(B) 247.71º 0.41% 0.67% -
XYZ 18.43 15.56 40.56 -
YUV 111.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 110 101 171 0.36 0.41 0 0.33 247.71 0.29 0.53
Hex 6E 65 AB 24 29 0 21 F8 1D 35
Octal 156 145 253 44 51 0 41 370 35 65
Binary 1101110 1100101 10101011 100100 101001 0 100001 11111000 11101 110101

Color Harmonies of #6E65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E65AB

Black with #6E65AB

Text Example


Text Example

White with #6E65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,171); }

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

background-color css

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

 a { background-color: rgb(110,101,171); }

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

border-color css

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

 span { border-color: rgb(110,101,171); }

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