Html Css Color HEX #675AA2 Scampi

📋 copy color: '#675AA2'

red 103 ◦ green 90 ◦ blue 162

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

Shades of Scampi #675AA2

Tints of Scampi #675AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 29.01%
G = 25.35%
B = 45.63%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#675AA2 (or 0x675AA2) is known color: Scampi. HEX triplet: 67, 5A and A2. RGB value is (103,90,162). Sum of RGB (Red+Green+Blue) = 103+90+162=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #675AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AA2 is #98A55D. Grayscale: #656565. Windows color (decimal): -10003806 or 10639975. OLE color: 10639975.

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

Color convert

RGB 103 90 162 -
CMYK 0.36 0.44 0 0.36
HSL 250.83º 0.29% 0.49% -
HSV(B) 250.83º 0.44% 0.64% -
XYZ 15.77 12.8 35.82 -
YUV 102.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 103 90 162 0.36 0.44 0 0.36 250.83 0.29 0.49
Hex 67 5A A2 24 2C 0 24 FB 1D 31
Octal 147 132 242 44 54 0 44 373 35 61
Binary 1100111 1011010 10100010 100100 101100 0 100100 11111011 11101 110001

Color Harmonies of #675AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AA2

Black with #675AA2

Text Example


Text Example

White with #675AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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