Html Css Color HEX #6766A1 Scampi

📋 copy color: '#6766A1'

red 103 ◦ green 102 ◦ blue 161

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

Shades of Scampi #6766A1

Tints of Scampi #6766A1

RGB

 RED value IS 103 (40.63% from 255) = 28.14%

 GREEN value IS 102 (40.23% from 255) = 27.87%

 BLUE value IS 161 (63.28% from 255) = 43.99%

R = 28.14%
G = 27.87%
B = 43.99%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6766A1 (or 0x6766A1) is known color: Scampi. HEX triplet: 67, 66 and A1. RGB value is (103,102,161). Sum of RGB (Red+Green+Blue) = 103+102+161=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 161 - color contains mainly: blue. Hex color #6766A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766A1 is #98995E. Grayscale: #6C6C6C. Windows color (decimal): -10000735 or 10577511. OLE color: 10577511.

HSL color Cylindrical-coordinate representation of color #6766A1: hue angle of 241.02º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6766A1 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 102 161 -
CMYK 0.36 0.37 0 0.37
HSL 241.02º 0.24% 0.52% -
HSV(B) 241.02º 0.37% 0.63% -
XYZ 16.78 14.96 35.72 -
YUV 109.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 103 102 161 0.36 0.37 0 0.37 241.02 0.24 0.52
Hex 67 66 A1 24 25 0 25 F1 18 34
Octal 147 146 241 44 45 0 45 361 30 64
Binary 1100111 1100110 10100001 100100 100101 0 100101 11110001 11000 110100

Color Harmonies of #6766A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6766A1

Black with #6766A1

Text Example


Text Example

White with #6766A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6766A1; }

 p { color: rgb(103,102,161); }

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

background-color css

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

 a { background-color: rgb(103,102,161); }

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

border-color css

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

 span { border-color: rgb(103,102,161); }

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