Html Css Color HEX #67599D Scampi

📋 copy color: '#67599D'

red 103 ◦ green 89 ◦ blue 157

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

Shades of Scampi #67599D

Tints of Scampi #67599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 29.51%
G = 25.5%
B = 44.99%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67599D (or 0x67599D) is known color: Scampi. HEX triplet: 67, 59 and 9D. RGB value is (103,89,157). Sum of RGB (Red+Green+Blue) = 103+89+157=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #67599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67599D is #98A662. Grayscale: #646464. Windows color (decimal): -10004067 or 10312039. OLE color: 10312039.

HSL color Cylindrical-coordinate representation of color #67599D: hue angle of 252.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67599D is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 89 157 -
CMYK 0.34 0.43 0 0.38
HSL 252.35º 0.28% 0.48% -
HSV(B) 252.35º 0.43% 0.62% -
XYZ 15.25 12.46 33.5 -
YUV 100.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 103 89 157 0.34 0.43 0 0.38 252.35 0.28 0.48
Hex 67 59 9D 22 2B 0 26 FC 1C 30
Octal 147 131 235 42 53 0 46 374 34 60
Binary 1100111 1011001 10011101 100010 101011 0 100110 11111100 11100 110000

Color Harmonies of #67599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67599D

Black with #67599D

Text Example


Text Example

White with #67599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67599D; }

 p { color: rgb(103,89,157); }

 H1.HeaderClassName
 {
   color: #67599D;
 }
 .AnyTagClassName
 {
   color: #67599D;
 }
</style>

background-color css

<style>
 a { background-color: #67599D; }

 a { background-color: rgb(103,89,157); }

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

border-color css

<style>
 span { border-color: #67599D; }

 span { border-color: rgb(103,89,157); }

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