Html Css Color HEX #675AA1 Scampi

📋 copy color: '#675AA1'

red 103 ◦ green 90 ◦ blue 161

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

Shades of Scampi #675AA1

Tints of Scampi #675AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 29.1%
G = 25.42%
B = 45.48%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#675AA1 (or 0x675AA1) is known color: Scampi. HEX triplet: 67, 5A and A1. RGB value is (103,90,161). Sum of RGB (Red+Green+Blue) = 103+90+161=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #675AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AA1 is #98A55E. Grayscale: #656565. Windows color (decimal): -10003807 or 10574439. OLE color: 10574439.

HSL color Cylindrical-coordinate representation of color #675AA1: hue angle of 250.99º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #675AA1 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 90 161 -
CMYK 0.36 0.44 0 0.37
HSL 250.99º 0.28% 0.49% -
HSV(B) 250.99º 0.44% 0.63% -
XYZ 15.68 12.77 35.36 -
YUV 101.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 103 90 161 0.36 0.44 0 0.37 250.99 0.28 0.49
Hex 67 5A A1 24 2C 0 25 FB 1C 31
Octal 147 132 241 44 54 0 45 373 34 61
Binary 1100111 1011010 10100001 100100 101100 0 100101 11111011 11100 110001

Color Harmonies of #675AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AA1

Black with #675AA1

Text Example


Text Example

White with #675AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675AA1; }

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

 H1.HeaderClassName
 {
   color: #675AA1;
 }
 .AnyTagClassName
 {
   color: #675AA1;
 }
</style>

background-color css

<style>
 a { background-color: #675AA1; }

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

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

border-color css

<style>
 span { border-color: #675AA1; }

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

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