Html Css Color HEX #6D67A3 Scampi

📋 copy color: '#6D67A3'

red 109 ◦ green 103 ◦ blue 163

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

Shades of Scampi #6D67A3

Tints of Scampi #6D67A3

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 163 (64.06% from 255) = 43.47%

R = 29.07%
G = 27.47%
B = 43.47%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6D67A3 (or 0x6D67A3) is known color: Scampi. HEX triplet: 6D, 67 and A3. RGB value is (109,103,163). Sum of RGB (Red+Green+Blue) = 109+103+163=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 163 - color contains mainly: blue. Hex color #6D67A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D67A3 is #92985C. Grayscale: #6F6F6F. Windows color (decimal): -9607261 or 10708845. OLE color: 10708845.

HSL color Cylindrical-coordinate representation of color #6D67A3: hue angle of 246º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D67A3 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 103 163 -
CMYK 0.33 0.37 0 0.36
HSL 246º 0.25% 0.52% -
HSV(B) 246º 0.37% 0.64% -
XYZ 17.77 15.6 36.72 -
YUV 111.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 109 103 163 0.33 0.37 0 0.36 246 0.25 0.52
Hex 6D 67 A3 21 25 0 24 F6 19 34
Octal 155 147 243 41 45 0 44 366 31 64
Binary 1101101 1100111 10100011 100001 100101 0 100100 11110110 11001 110100

Color Harmonies of #6D67A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D67A3

Black with #6D67A3

Text Example


Text Example

White with #6D67A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,103,163); }

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

background-color css

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

 a { background-color: rgb(109,103,163); }

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

border-color css

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

 span { border-color: rgb(109,103,163); }

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