Html Css Color HEX #67629C Scampi

📋 copy color: '#67629C'

red 103 ◦ green 98 ◦ blue 156

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

Shades of Scampi #67629C

Tints of Scampi #67629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 28.85%
G = 27.45%
B = 43.7%

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

#67629C (or 0x67629C) is known color: Scampi. HEX triplet: 67, 62 and 9C. RGB value is (103,98,156). Sum of RGB (Red+Green+Blue) = 103+98+156=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #67629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67629C is #989D63. Grayscale: #696969. Windows color (decimal): -10001764 or 10248807. OLE color: 10248807.

HSL color Cylindrical-coordinate representation of color #67629C: hue angle of 245.17º 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 #67629C is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 98 156 -
CMYK 0.34 0.37 0 0.39
HSL 245.17º 0.23% 0.5% -
HSV(B) 245.17º 0.37% 0.61% -
XYZ 15.96 14.02 33.32 -
YUV 106.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 103 98 156 0.34 0.37 0 0.39 245.17 0.23 0.5
Hex 67 62 9C 22 25 0 27 F5 17 32
Octal 147 142 234 42 45 0 47 365 27 62
Binary 1100111 1100010 10011100 100010 100101 0 100111 11110101 10111 110010

Color Harmonies of #67629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67629C

Black with #67629C

Text Example


Text Example

White with #67629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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