Html Css Color HEX #675BA0 Scampi

📋 copy color: '#675BA0'

red 103 ◦ green 91 ◦ blue 160

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

Shades of Scampi #675BA0

Tints of Scampi #675BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 29.1%
G = 25.71%
B = 45.2%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#675BA0 (or 0x675BA0) is known color: Scampi. HEX triplet: 67, 5B and A0. RGB value is (103,91,160). Sum of RGB (Red+Green+Blue) = 103+91+160=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #675BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BA0 is #98A45F. Grayscale: #666666. Windows color (decimal): -10003552 or 10509159. OLE color: 10509159.

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

Color convert

RGB 103 91 160 -
CMYK 0.36 0.43 0 0.37
HSL 250.43º 0.27% 0.49% -
HSV(B) 250.43º 0.43% 0.63% -
XYZ 15.68 12.9 34.92 -
YUV 102.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 103 91 160 0.36 0.43 0 0.37 250.43 0.27 0.49
Hex 67 5B A0 24 2B 0 25 FA 1B 31
Octal 147 133 240 44 53 0 45 372 33 61
Binary 1100111 1011011 10100000 100100 101011 0 100101 11111010 11011 110001

Color Harmonies of #675BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BA0

Black with #675BA0

Text Example


Text Example

White with #675BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,91,160); }

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

background-color css

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

 a { background-color: rgb(103,91,160); }

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

border-color css

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

 span { border-color: rgb(103,91,160); }

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