Html Css Color HEX #67619B Scampi

📋 copy color: '#67619B'

red 103 ◦ green 97 ◦ blue 155

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

Shades of Scampi #67619B

Tints of Scampi #67619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 29.01%
G = 27.32%
B = 43.66%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67619B (or 0x67619B) is known color: Scampi. HEX triplet: 67, 61 and 9B. RGB value is (103,97,155). Sum of RGB (Red+Green+Blue) = 103+97+155=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #67619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67619B is #989E64. Grayscale: #696969. Windows color (decimal): -10002021 or 10183015. OLE color: 10183015.

HSL color Cylindrical-coordinate representation of color #67619B: hue angle of 246.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67619B is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 97 155 -
CMYK 0.34 0.37 0 0.39
HSL 246.21º 0.23% 0.49% -
HSV(B) 246.21º 0.37% 0.61% -
XYZ 15.78 13.8 32.84 -
YUV 105.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 103 97 155 0.34 0.37 0 0.39 246.21 0.23 0.49
Hex 67 61 9B 22 25 0 27 F6 17 31
Octal 147 141 233 42 45 0 47 366 27 61
Binary 1100111 1100001 10011011 100010 100101 0 100111 11110110 10111 110001

Color Harmonies of #67619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67619B

Black with #67619B

Text Example


Text Example

White with #67619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67619B; }

 p { color: rgb(103,97,155); }

 H1.HeaderClassName
 {
   color: #67619B;
 }
 .AnyTagClassName
 {
   color: #67619B;
 }
</style>

background-color css

<style>
 a { background-color: #67619B; }

 a { background-color: rgb(103,97,155); }

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

border-color css

<style>
 span { border-color: #67619B; }

 span { border-color: rgb(103,97,155); }

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