Html Css Color HEX #67629B Scampi

📋 copy color: '#67629B'

red 103 ◦ green 98 ◦ blue 155

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

Shades of Scampi #67629B

Tints of Scampi #67629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 28.93%
G = 27.53%
B = 43.54%

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

#67629B (or 0x67629B) is known color: Scampi. HEX triplet: 67, 62 and 9B. RGB value is (103,98,155). Sum of RGB (Red+Green+Blue) = 103+98+155=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #67629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67629B is #989D64. Grayscale: #696969. Windows color (decimal): -10001765 or 10183271. OLE color: 10183271.

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

Color convert

RGB 103 98 155 -
CMYK 0.34 0.37 0 0.39
HSL 245.26º 0.23% 0.5% -
HSV(B) 245.26º 0.37% 0.61% -
XYZ 15.88 13.99 32.87 -
YUV 105.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 103 98 155 0.34 0.37 0 0.39 245.26 0.23 0.5
Hex 67 62 9B 22 25 0 27 F5 17 32
Octal 147 142 233 42 45 0 47 365 27 62
Binary 1100111 1100010 10011011 100010 100101 0 100111 11110101 10111 110010

Color Harmonies of #67629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67629B

Black with #67629B

Text Example


Text Example

White with #67629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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