Html Css Color HEX #675DA3 Scampi

📋 copy color: '#675DA3'

red 103 ◦ green 93 ◦ blue 163

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

Shades of Scampi #675DA3

Tints of Scampi #675DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

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

R = 28.69%
G = 25.91%
B = 45.4%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#675DA3 (or 0x675DA3) is known color: Scampi. HEX triplet: 67, 5D and A3. RGB value is (103,93,163). Sum of RGB (Red+Green+Blue) = 103+93+163=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #675DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DA3 is #98A25C. Grayscale: #676767. Windows color (decimal): -10003037 or 10706279. OLE color: 10706279.

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

Color convert

RGB 103 93 163 -
CMYK 0.37 0.43 0 0.36
HSL 248.57º 0.28% 0.5% -
HSV(B) 248.57º 0.43% 0.64% -
XYZ 16.12 13.36 36.38 -
YUV 103.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 103 93 163 0.37 0.43 0 0.36 248.57 0.28 0.5
Hex 67 5D A3 25 2B 0 24 F9 1C 32
Octal 147 135 243 45 53 0 44 371 34 62
Binary 1100111 1011101 10100011 100101 101011 0 100100 11111001 11100 110010

Color Harmonies of #675DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DA3

Black with #675DA3

Text Example


Text Example

White with #675DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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